Browse Source

todoapp android compileSdk = 32

release/1.2
dima.avdeev 2 years ago
parent
commit
dcff5b2c83
  1. 6
      examples/todoapp/android/build.gradle.kts

6
examples/todoapp/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdkVersion(31) compileSdk = 32
defaultConfig { defaultConfig {
minSdkVersion(23) minSdk = 26
targetSdkVersion(31) targetSdk = 32
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

Loading…
Cancel
Save