TF-2988 Update app build.gradle target to 34

This commit is contained in:
DatDang
2024-07-10 10:24:16 +07:00
committed by Dat H. Pham
parent fefccae638
commit 7c9c296e1c
+7 -2
View File
@@ -21,6 +21,11 @@ if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
def flutterMinSdkVersion = localProperties.getProperty('flutter.minSdkVersion')
if (flutterMinSdkVersion == null) {
flutterMinSdkVersion = '19'
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
@@ -40,8 +45,8 @@ android {
defaultConfig {
applicationId "com.linagora.android.teammail"
minSdkVersion 19
targetSdkVersion 33
minSdkVersion flutterMinSdkVersion.toInteger()
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// The number of method references in a .dex file cannot exceed 64K