Skip to content

Commit

Permalink
chore: Set targetSdk to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 18, 2022
1 parent ebd112f commit 7e27a2d
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 @@ -42,7 +42,7 @@ android {
defaultConfig {
applicationId "io.fluffypix.app"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
Expand Down

0 comments on commit 7e27a2d

Please sign in to comment.