chore: Increase targetSdkVersion to 31
This commit is contained in:
parent
76ab615a4d
commit
049fb5076d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "chat.fluffy.fluffychat"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue