Update compile and target API to 32

Change-Id: I48f0047ce922f79ceb0f2c328523b9807b6ce9e9
pull/1837/head
Alex Vanyo 3 years ago committed by Don Turner
parent ad57a93b64
commit c8ae629da0

@ -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