From 9ec45408e37c3a647d0ab3a5fa0f2601fa6dc593 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 30 Aug 2017 23:12:51 +1200 Subject: Update built tools --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 10408cc..c840c43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.2" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "org.traccar.manager" minSdkVersion 19 - targetSdkVersion 25 - versionCode 12 - versionName "2.2" + targetSdkVersion 26 + versionCode 13 + versionName "3.0" } buildTypes { -- cgit v1.2.3