From dccd582009a8518c65da3116a89e19ac24ddc0bf Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 26 Aug 2019 08:23:52 +0300 Subject: [PATCH] up API version to 28 (required soon) --- xwords4/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 0a0ff99f6..15953ef25 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -36,7 +36,7 @@ android { buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 14 - targetSdkVersion 26 + targetSdkVersion 28 versionCode VERSION_CODE_BASE versionName VERSION_NAME }