Fix proguard use in gradle
This commit is contained in:
parent
34cdacc303
commit
6da00f84cb
@ -35,8 +35,7 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
runProguard true
|
runProguard true
|
||||||
proguardFile 'proguard-project.txt'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||||
proguardFile getDefaultProguardFile('proguard-android.txt')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user