forked from firka/student-legacy
bump android sdk version
This commit is contained in:
parent
7014255b89
commit
1b16b748d4
@ -2,8 +2,8 @@ buildscript {
|
||||
ext.kotlin_version = '1.3.50'
|
||||
|
||||
ext {
|
||||
compileSdkVersion = 30
|
||||
targetSdkVersion = 30
|
||||
compileSdkVersion = 31
|
||||
targetSdkVersion = 31
|
||||
appCompatVersion = "1.1.0"
|
||||
}
|
||||
|
||||
@ -33,8 +33,8 @@ subprojects {
|
||||
afterEvaluate {project ->
|
||||
if (project.plugins.hasPlugin('android') || project.plugins.hasPlugin('android-library')) {
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion '30.0.3'
|
||||
compileSdkVersion 31
|
||||
buildToolsVersion '31.0.3'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user