From 496c21c3f122e2bc699a9e79232f782bbc745a47 Mon Sep 17 00:00:00 2001 From: moliata Date: Tue, 2 Jan 2018 12:17:16 +0200 Subject: [PATCH 1/2] Updated versions to API level 27 This commit updates compile sdk, build tools, support lib and target sdk versions to target and use Android Oreo and it's APIs. --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index a6fc3ae6..63e54e9a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,11 +23,11 @@ allprojects { } ext { - compileSdkVersion = 26 - buildToolsVersion = "26.0.1" - supportLibVersion = '26.1.0' + compileSdkVersion = 27 + buildToolsVersion = "27.0.1" + supportLibVersion = '27.0.2' minSdkVersion = 15 - targetSdkVersion = 26 + targetSdkVersion = 27 } task clean(type: Delete) { From 288330a66323c5860c26f243200ed1a39fc84081 Mon Sep 17 00:00:00 2001 From: moliata Date: Tue, 2 Jan 2018 12:34:49 +0200 Subject: [PATCH 2/2] Reflected version update on Travis This commit updates Travis configuration file to reflect changes of update Gradle build file. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6115c5f..97fa457b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,9 @@ android: components: - tools - platform-tools - - build-tools-26.0.1 - - android-26 - - doc-26 + - build-tools-27.0.1 + - android-27 + - doc-27 install: # Setup @@ -83,4 +83,4 @@ deploy: skip_cleanup: true on: branch: master - tags: true \ No newline at end of file + tags: true