Skip to content

Commit

Permalink
Updated Android target SDK version as per Google requirement for App …
Browse files Browse the repository at this point in the history
…updates to the store
  • Loading branch information
SaschaWillems committed Sep 4, 2023
1 parent 3608030 commit 13dce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ android {
defaultConfig {
resConfig "en"
minSdkVersion = "31"
targetSdkVersion = "31"
targetSdkVersion = "33"
}
}

0 comments on commit 13dce0e

Please sign in to comment.