back to android 30 for the time being

I'm going to make the 31 permission changes on a separate branch
This commit is contained in:
Eric House 2022-08-23 10:31:59 -07:00
parent 63a80b3726
commit baed9b16e5
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}
}
}