mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Revert: gradle file: use flavour specific versionCode/versionName, fall back to parsing line by line
This commit is contained in:
parent
8c243ee7eb
commit
918bd15c45
3 changed files with 19 additions and 108 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue