Update compile and target API to 32

Change-Id: I48f0047ce922f79ceb0f2c328523b9807b6ce9e9
pull/2/head
Alex Vanyo 2 years ago committed by Don Turner
parent ce0142b98a
commit 2b26ccf260

@ -32,7 +32,7 @@ fun Project.configureKotlinAndroid(
commonExtension: CommonExtension<*, *, *, *>,
) {
commonExtension.apply {
compileSdk = 31
compileSdk = 32
defaultConfig {
minSdk = 21

@ -25,6 +25,6 @@ android {
configureKotlinAndroid(this)
defaultConfig {
targetSdk = 31
targetSdk = 32
}
}

@ -25,6 +25,6 @@ android {
configureKotlinAndroid(this)
defaultConfig {
targetSdk = 31
targetSdk = 32
}
}

Loading…
Cancel
Save