Add build type release and use of proguard

feature/top10
Aurelien Hubert 7 years ago
parent 225a2a2ada
commit 8975f9d61a
  1. 12
      app/build.gradle

@ -32,12 +32,12 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
// buildTypes { buildTypes {
// release { release {
// minifyEnabled true minifyEnabled true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// } }
// } }
configurations { configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture' all*.exclude group: 'com.google.guava', module: 'listenablefuture'

Loading…
Cancel
Save