gradle: bump all versions

This commit is contained in:
Harsh Shandilya 2022-07-06 21:56:52 +05:30
parent d4bfa8e660
commit 78a1381b63
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 23 additions and 22 deletions

View file

@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.configure
object AndroidCommon {
fun configure(project: Project) {
project.extensions.configure<TestedExtension> {
setCompileSdkVersion(31)
setCompileSdkVersion(32)
defaultConfig {
minSdk = 23
targetSdk = 31