Up targetSdkVersion to 29
This commit is contained in:
parent
6f8a1a5427
commit
35da8d0145
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "io.ente.photos"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Add table
Reference in a new issue