mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
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:
parent
63a80b3726
commit
baed9b16e5
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ android {
|
||||||
} else {
|
} else {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
}
|
}
|
||||||
targetSdkVersion 31 // must match ../build.gradle
|
targetSdkVersion 30 // must match ../build.gradle
|
||||||
versionCode VERSION_CODE_BASE
|
versionCode VERSION_CODE_BASE
|
||||||
versionName VERSION_NAME
|
versionName VERSION_NAME
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ subprojects {
|
||||||
afterEvaluate {project ->
|
afterEvaluate {project ->
|
||||||
if (project.hasProperty("android")) {
|
if (project.hasProperty("android")) {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31 // must match app/build.gradle
|
compileSdkVersion 30 // must match app/build.gradle
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue