Skip to content

Commit

Permalink
🔧 Update test app target SDK to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Sep 5, 2023
1 parent 3da8124 commit b95e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 31
targetSdk = 33
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit b95e1cf

Please sign in to comment.