1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51:16 +00:00

More build.gradle cleanup

This commit is contained in:
Felix Ableitner 2016-10-21 16:57:20 +09:00
parent 23f7053e44
commit 6eda70798e

View file

@ -29,11 +29,10 @@ dependencies {
androidTestCompile 'com.android.support.test:rules:0.5' androidTestCompile 'com.android.support.test:rules:0.5'
} }
project.archivesBaseName = 'syncthing'
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.0" buildToolsVersion "25.0.0"
buildTypes.debug.applicationIdSuffix ".debug"
defaultConfig { defaultConfig {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
@ -43,13 +42,6 @@ android {
versionName "0.8.6" versionName "0.8.6"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
testHandleProfiling true
testFunctionalTest true
}
buildTypes.debug {
applicationIdSuffix ".debug"
debuggable true
} }
productFlavors { productFlavors {
@ -69,6 +61,7 @@ android {
versionCode Integer.parseInt("0" + defaultConfig.versionCode) versionCode Integer.parseInt("0" + defaultConfig.versionCode)
} }
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8