SimpleGallery - readd AUM

This commit is contained in:
Licaon_Kter 2020-02-29 22:39:45 +00:00
parent 5e486a7d5e
commit 6461eb8e3e
2 changed files with 5 additions and 21 deletions

View file

@ -403,9 +403,9 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 6.13.1-foss
- versionName: 6.13.1
versionCode: 296
commit: 86d26f69fc4f405b28fa16b8e6d5de9edcd24830
commit: 226374599de4f994d1d5b70931a7f21a6eb9f124
subdir: app
patch:
- build.patch
@ -413,7 +413,7 @@ Builds:
- foss
prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle
AutoUpdateMode: None
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.13.1-foss
CurrentVersion: 6.13.1
CurrentVersionCode: 296

View file

@ -28,7 +28,7 @@
}
buildTypes {
@@ -43,25 +29,17 @@
@@ -43,9 +29,6 @@
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
@ -38,19 +38,3 @@
}
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
- if (is_proprietary) {
- main.java.srcDirs += 'src/proprietary/kotlin'
- }
}
flavorDimensions "licensing"
productFlavors {
proprietary { }
foss {
- // We're not using PhotoEditor here, so changing the name is fine.
- applicationIdSuffix ".foss"
versionNameSuffix "-foss"
}
}