build fix
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user