mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-23 00:17:34 +00:00
avoid redeclaration of proguard files, prevents future #3127
// FREEBIE
This commit is contained in:
parent
ef9cc680f0
commit
4c11361513
14
build.gradle
14
build.gradle
@ -180,19 +180,7 @@ android {
|
|||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'),
|
proguardFiles = buildTypes.debug.proguardFiles
|
||||||
'proguard-google-play-services.pro',
|
|
||||||
'proguard-dagger.pro',
|
|
||||||
'proguard-jackson.pro',
|
|
||||||
'proguard-sqlite.pro',
|
|
||||||
'proguard-appcompat-v7.pro',
|
|
||||||
'proguard-square-okhttp.pro',
|
|
||||||
'proguard-square-okio.pro',
|
|
||||||
'proguard-spongycastle.pro',
|
|
||||||
'proguard-rounded-image-view.pro',
|
|
||||||
'proguard-glide.pro',
|
|
||||||
'proguard-shortcutbadger.pro',
|
|
||||||
'proguard.cfg'
|
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
testing.initWith(buildTypes.debug)
|
testing.initWith(buildTypes.debug)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user