Skip to content

Commit

Permalink
Increase target SDK version
Browse files Browse the repository at this point in the history
To a minimum required by Google Play.
  • Loading branch information
jjonescz committed Mar 18, 2022
1 parent 8fc1588 commit cbd12d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "com.knowledgepicker.ididit"
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit cbd12d8

Please sign in to comment.