Revert "add release without federated timeline"

This reverts commit 5cce8ca72c.
This commit is contained in:
sk
2022-11-29 00:24:36 +01:00
parent ae80b7d098
commit 851bf94c90
2 changed files with 14 additions and 29 deletions

View File

@@ -20,8 +20,8 @@ android {
buildTypes {
release {
// minifyEnabled true
// shrinkResources true
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug{
@@ -31,12 +31,8 @@ android {
}
githubRelease{
initWith release
}
noFederatedRelease{
initWith release
minifyEnabled true
shrinkResources true
versionNameSuffix '-nofederated'
minifyEnabled false
shrinkResources false
}
}
compileOptions {