Skip to content

Commit

Permalink
todoapp android compileSdk = 32
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Oct 11, 2022
1 parent 09ee6b8 commit dcff5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/todoapp/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
compileSdkVersion(31)
compileSdk = 32

defaultConfig {
minSdkVersion(23)
targetSdkVersion(31)
minSdk = 26
targetSdk = 32
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit dcff5b2

Please sign in to comment.