Skip to content

Commit

Permalink
💚 Target Android SDK 29
Browse files Browse the repository at this point in the history
Target Android SDK 29.
Playstore does require SDK 29.
  • Loading branch information
strifel committed Feb 26, 2021
1 parent d9324ad commit 3c3657e
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 @@ -35,7 +35,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "de.kaglangenfeld.kag"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 3c3657e

Please sign in to comment.