Skip to content

Commit 35c26ea

Browse files
committed
更新配置信息
1 parent 7ae9451 commit 35c26ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.6.1'
8+
classpath 'com.android.tools.build:gradle:3.6.3'
99
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
1010
}
1111
}

mxtheme/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ repositories {
3333
dependencies {
3434
implementation fileTree(include: ['*.jar'], dir: 'libs')
3535
implementation 'androidx.appcompat:appcompat:1.1.0'
36+
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
37+
38+
implementation project(':mxlibrary')
39+
3640
testImplementation 'junit:junit:4.13-beta-3'
3741
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3842
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
39-
implementation project(':mxlibrary')
4043
}

0 commit comments

Comments
 (0)