From dfd4a3f6f6d8d173962594c0346f4b375802b9cc Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 26 Jul 2018 19:16:50 -0700 Subject: [PATCH] put the api-26 changes back lost in a rebase apparently --- xwords4/android/app/build.gradle | 2 +- xwords4/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 1359656ab..8b68bd894 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 23 + targetSdkVersion 26 versionCode VERSION_CODE_BASE versionName VERSION_NAME } diff --git a/xwords4/android/build.gradle b/xwords4/android/build.gradle index 8e6c7f8a9..de085ae7f 100644 --- a/xwords4/android/build.gradle +++ b/xwords4/android/build.gradle @@ -29,7 +29,7 @@ subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { - compileSdkVersion 23 + compileSdkVersion 26 } } }