fix: Target sdk

This commit is contained in:
Christian Pauly 2020-10-28 12:41:19 +01:00
parent aa191c197a
commit c3e23b6e6a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "chat.fluffy.fluffychat"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"