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: CommonExtension<*, *, *, *>,
) { ) {
commonExtension.apply { commonExtension.apply {
compileSdk = 31 compileSdk = 32
defaultConfig { defaultConfig {
minSdk = 21 minSdk = 21

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

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

Loading…
Cancel
Save