[mob][photos] Update android target SDK (#2675)

No behavioural changes added in API level 34 

https://developer.android.com/reference/android/os/Build.VERSION_CODES#VANILLA_ICE_CREAM


https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd#.fo6h6k65r

Looks safe to update without testing.
This commit is contained in:
Ashil
2024-08-14 18:10:57 +05:30
committed by GitHub

View File

@@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId "io.ente.photos"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"