build fix

This commit is contained in:
55nknown
2022-10-31 15:57:15 +01:00
parent 4467267e61
commit 18fa9a6de7
3 changed files with 10 additions and 16 deletions

View File

@@ -2,8 +2,8 @@ buildscript {
ext.kotlin_version = '1.6.10'
ext {
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
appCompatVersion = "1.1.0"
}
@@ -33,7 +33,7 @@ subprojects {
afterEvaluate {project ->
if (project.plugins.hasPlugin('android') || project.plugins.hasPlugin('android-library')) {
android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion '31.0.0'
}
}