Skip to content

Commit 5945f33

Browse files
committed
Updates release config.
1 parent d4ed6cb commit 5945f33

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

mobile/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,24 @@ android {
1414
}
1515

1616
buildTypes {
17-
release {
17+
debug {
1818
minifyEnabled false
19+
useProguard true
20+
proguardFiles getDefaultProguardFile('proguard-android.txt'),
21+
'proguard-rules.pro'
22+
}
23+
release {
24+
minifyEnabled true
1925
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
26+
debuggable false
2027
}
2128
}
2229
productFlavors {
2330
}
2431
}
2532

2633
dependencies {
27-
compile fileTree(dir: 'libs', include: ['*.jar'])
34+
compile fileTree(include: ['*.jar'], dir: 'libs')
2835
compile 'com.android.support:appcompat-v7:25.1.1'
2936
compile 'com.android.support:design:25.1.1'
3037
compile 'com.android.support:recyclerview-v7:25.1.1'

0 commit comments

Comments
 (0)