From baed9b16e5d8d9961b6253638e498335ae187b11 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 23 Aug 2022 10:31:59 -0700 Subject: [PATCH] back to android 30 for the time being I'm going to make the 31 permission changes on a separate branch --- 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 ad96ea300..319f92bfd 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -80,7 +80,7 @@ android { } else { minSdkVersion 14 } - targetSdkVersion 31 // must match ../build.gradle + targetSdkVersion 30 // must match ../build.gradle versionCode VERSION_CODE_BASE versionName VERSION_NAME } diff --git a/xwords4/android/build.gradle b/xwords4/android/build.gradle index 4660d6692..523c749bd 100644 --- a/xwords4/android/build.gradle +++ b/xwords4/android/build.gradle @@ -32,7 +32,7 @@ subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { - compileSdkVersion 31 // must match app/build.gradle + compileSdkVersion 30 // must match app/build.gradle } } }