chiark / gitweb /
gradle file: use flavour specific versionCode/versionName, fall back to parsing line...
[fdroidserver.git] / tests / source-files / fdroid / fdroidclient / build.gradle
index c81ff357828b84f7c5547baa45dfdbcd60fb912b..8971f235367db18eb431684b1c4eedb2debab85c 100644 (file)
@@ -128,11 +128,11 @@ 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"
@@ -141,7 +141,7 @@ android {
                 versionName "0.95-dev"
             }
         }
-    
+
     }
 
     sourceSets {