From 6eda70798ee8d7211b2556a65bf13afc3d0febde Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 21 Oct 2016 16:57:20 +0900 Subject: [PATCH] More build.gradle cleanup --- build.gradle | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 31a0c45f..700f75dc 100644 --- a/build.gradle +++ b/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