File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,21 @@ android {
4747 release {
4848 minifyEnabled = false
4949 versionNameSuffix = " -unsigned"
50- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
50+ proguardFiles getDefaultProguardFile(' proguard-android-optimize .txt' ), ' proguard-rules.txt'
5151 }
5252
5353 signed {
5454 minifyEnabled = false
5555 versionNameSuffix = " -signed"
56- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
56+ proguardFiles getDefaultProguardFile(' proguard-android-optimize .txt' ), ' proguard-rules.txt'
5757 signingConfig = signingConfigs. signed
5858 matchingFallbacks = [' release' ]
5959 }
6060
6161 branch {
6262 minifyEnabled = false
6363 versionNameSuffix = " -signed-branch"
64- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
64+ proguardFiles getDefaultProguardFile(' proguard-android-optimize .txt' ), ' proguard-rules.txt'
6565 signingConfig = signingConfigs. signed
6666 applicationIdSuffix = " .branch"
6767 resValue " string" , " app_name" , " Tiny Tiny RSS (dev)"
You can’t perform that action at this time.
0 commit comments