Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-WJ committed Oct 24, 2023
1 parent 1198c70 commit ad4f7be
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions OpenIM-SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ android {
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// consumerProguardFiles "consumer-rules.pro"

ndk {
abiFilters "armeabi-v7a", "x86"
}
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
// buildTypes {
// release {
// minifyEnabled false
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
// 'proguard-rules.pro'
// }
// }
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -46,11 +47,7 @@ android {
}
}
}
repositories {
flatDir {
dirs 'libs'
}
}

dependencies {
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation 'androidx.annotation:annotation:1.6.0'
Expand Down

0 comments on commit ad4f7be

Please sign in to comment.