File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,21 @@ android {
1212 versionCode 1
1313 versionName " 1.0"
1414
15- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16- consumerProguardFiles " consumer-rules.pro"
15+ // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16+ // consumerProguardFiles "consumer-rules.pro"
1717
1818 ndk {
1919 abiFilters " armeabi-v7a" , " x86"
2020 }
2121 }
2222
23- buildTypes {
24- release {
25- minifyEnabled false
26- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
27- }
28- }
23+ // buildTypes {
24+ // release {
25+ // minifyEnabled false
26+ // proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
27+ // 'proguard-rules.pro'
28+ // }
29+ // }
2930 compileOptions {
3031 sourceCompatibility JavaVersion . VERSION_1_8
3132 targetCompatibility JavaVersion . VERSION_1_8
@@ -46,11 +47,7 @@ android {
4647 }
4748 }
4849}
49- repositories {
50- flatDir {
51- dirs ' libs'
52- }
53- }
50+
5451dependencies {
5552 implementation ' androidx.lifecycle:lifecycle-process:2.6.1'
5653 implementation ' androidx.annotation:annotation:1.6.0'
You can’t perform that action at this time.
0 commit comments