Revert: gradle file: use flavour specific versionCode/versionName, fall back to parsing line by line

This commit is contained in:
mimi89999 2017-12-23 12:43:16 +01:00
parent 8c243ee7eb
commit 918bd15c45
No known key found for this signature in database
GPG key ID: 4B054AC4922D7B18
3 changed files with 19 additions and 108 deletions

View file

@ -128,21 +128,6 @@ task binaryDeps(type: Copy, dependsOn: ':F-Droid:prepareReleaseDependencies') {
android {
compileSdkVersion 21
buildToolsVersion '22.0.1'
defaultConfig {
flavorDimensions "default"
productFlavors {
devVersion {
applicationId "org.fdroid.fdroid.dev"
dimension "default"
versionCode 949
versionName "0.95-dev"
}
}
}
sourceSets {
main {