mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
More build.gradle cleanup
This commit is contained in:
parent
23f7053e44
commit
6eda70798e
1 changed files with 2 additions and 9 deletions
11
build.gradle
11
build.gradle
|
@ -29,11 +29,10 @@ dependencies {
|
|||
androidTestCompile 'com.android.support.test:rules:0.5'
|
||||
}
|
||||
|
||||
project.archivesBaseName = 'syncthing'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.0"
|
||||
buildTypes.debug.applicationIdSuffix ".debug"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.nutomic.syncthingandroid"
|
||||
|
@ -43,13 +42,6 @@ android {
|
|||
versionName "0.8.6"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||
testHandleProfiling true
|
||||
testFunctionalTest true
|
||||
}
|
||||
|
||||
buildTypes.debug {
|
||||
applicationIdSuffix ".debug"
|
||||
debuggable true
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
@ -69,6 +61,7 @@ android {
|
|||
versionCode Integer.parseInt("0" + defaultConfig.versionCode)
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Reference in a new issue