From 5638645ccde56ec4534980311c52ec3cde4a2d74 Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 12:06:50 +0300 Subject: [PATCH 1/6] Update build.gradle Update build tools version to the latest. Update support lib version to the latest --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 76e4cfd02..dce343298 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ buildscript { ext { setup = [compileSdk: 25, - buildTools: "25.0.0", + buildTools: "25.0.2", minSdk : 14, targetSdk : 25] - versions = [supportLib: "25.0.1"] + versions = [supportLib: "25.1.0"] } repositories { @@ -28,4 +28,4 @@ allprojects { task wrapper(type: Wrapper) { gradleVersion = '2.14.1' -} \ No newline at end of file +} From 44c1d7a4c6f9b33e253228a0b9a2d2941527e45d Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 12:16:10 +0300 Subject: [PATCH 2/6] Update .travis.yml Update travis's build tools version to the latest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db0c4fd5a..7394a25eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-25.0.0 + - build-tools-25.0.2 # The SDK version used to compile your project - android-25 From f05c1a1a7d3cf58a4fb15712577177315352252f Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 14:34:48 +0300 Subject: [PATCH 3/6] Update .travis.yml Update build tools to version 25.0.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7394a25eb..fcbd8ac39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-25.0.2 + - build-tools-25.0.3 # The SDK version used to compile your project - android-25 From 39084d1bd6bc6030f52bee5f7d229f2120137e9b Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 14:35:17 +0300 Subject: [PATCH 4/6] Update build.gradle Updated build tools version to 25.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dce343298..73d01041d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { setup = [compileSdk: 25, - buildTools: "25.0.2", + buildTools: "25.0.3", minSdk : 14, targetSdk : 25] From 80ed0295ea610c06275f3f81a75408f93afe0b9b Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 14:57:26 +0300 Subject: [PATCH 5/6] Update build.gradle Reverted build tools back to 25.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73d01041d..dce343298 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { setup = [compileSdk: 25, - buildTools: "25.0.3", + buildTools: "25.0.2", minSdk : 14, targetSdk : 25] From 7b309d9ea4eb2d5e42f426631f3bbbe57dc5fd4a Mon Sep 17 00:00:00 2001 From: Veles Date: Wed, 21 Dec 2016 14:57:49 +0300 Subject: [PATCH 6/6] Update .travis.yml Reverted travis build tools back to 25.0.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fcbd8ac39..7394a25eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-25.0.3 + - build-tools-25.0.2 # The SDK version used to compile your project - android-25