switch to compileSdkVersion 31

This commit is contained in:
Neeraj Gupta 2022-05-09 22:16:49 +05:30
parent bfc24d3370
commit eebeb981a3
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 29
compileSdkVersion 31
sourceSets {
main.java.srcDirs += 'src/main/kotlin'

View file

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.4.20'
ext.kotlin_version = '1.6.21'
repositories {
google()
jcenter()