From 14f5d2cf442c49929d1ed8635508c4cad55a05f5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 1 Jan 2017 13:44:01 +1300 Subject: Update SDK and build tools --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 75c6a4d..32cc479 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { applicationId "org.traccar.manager" minSdkVersion 19 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 10 versionName "2.0" } -- cgit v1.2.3