File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ repositories {
3333dependencies {
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}
You can’t perform that action at this time.
0 commit comments