chore: Remove permission handler dependency and increase compileSdkVersion

This commit is contained in:
Christian Pauly 2022-06-29 08:51:08 +02:00
commit b671ae331d
6 changed files with 3 additions and 43 deletions

View file

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