Skip to content

Commit ad4f7be

Browse files
committed
optimize
1 parent 1198c70 commit ad4f7be

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

OpenIM-SDK/build.gradle

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff 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+
5451
dependencies {
5552
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
5653
implementation 'androidx.annotation:annotation:1.6.0'

0 commit comments

Comments
 (0)