From 70b22f7d1181e1f6e3408770ca9c6decb91032c8 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 21 Jul 2018 21:36:51 -0700 Subject: [PATCH] revert to sdk-23 Too much breaks with the upgrade and I don't have time to deal. --- .travis.yml | 2 +- xwords4/android/app/build.gradle | 2 +- xwords4/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 221b04f4a..132ede1e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ android: - tools - platform-tools - build-tools-27.0.3 - - android-26 + - android-23 licenses: - android-sdk-preview-license-.+ - android-sdk-license-.+ diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 8b68bd894..1359656ab 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -33,7 +33,7 @@ android { buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 8 - targetSdkVersion 26 + targetSdkVersion 23 versionCode VERSION_CODE_BASE versionName VERSION_NAME } diff --git a/xwords4/android/build.gradle b/xwords4/android/build.gradle index de085ae7f..8e6c7f8a9 100644 --- a/xwords4/android/build.gradle +++ b/xwords4/android/build.gradle @@ -29,7 +29,7 @@ subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { - compileSdkVersion 26 + compileSdkVersion 23 } } }