Upgraded proguard + disabling

feature/top10
Laurent 7 years ago
parent 64fc08d975
commit 0cb6d59dfe
  1. 14
      app/build.gradle
  2. 3
      app/proguard-rules.pro

@ -27,17 +27,17 @@ android {
applicationId "net.pokeranalytics.android"
minSdkVersion 23
targetSdkVersion 28
versionCode 3
versionCode 5
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
// buildTypes {
// release {
// minifyEnabled true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// }
// }
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'

@ -19,3 +19,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.google.j2objc.annotations.** { *; }
-dontwarn com.google.j2objc.annotations.**

Loading…
Cancel
Save