Up targetSdkVersion to 29

This commit is contained in:
Vishnu Mohandas 2020-11-17 11:51:00 +05:30
parent 6f8a1a5427
commit 35da8d0145

View file

@ -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"