Update targetSdkVersion to 30

This commit is contained in:
vishnukvmd 2021-11-06 18:20:17 +05:30
parent 4c69c3a008
commit 19daaf5c03

View file

@ -47,7 +47,7 @@ android {
defaultConfig { defaultConfig {
applicationId "io.ente.photos" applicationId "io.ente.photos"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 30
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"