gradle: bump all versions
This commit is contained in:
parent
d4bfa8e660
commit
78a1381b63
3 changed files with 23 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue