25-2/7/1
This commit is contained in:
@@ -33,7 +33,7 @@ def keystorePropertiesFile = rootProject.file('key.properties')
|
||||
android {
|
||||
namespace "com.sefer_driver"
|
||||
compileSdk 35
|
||||
ndkVersion flutter.ndkVersion
|
||||
ndkVersion "27.0.12077973"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@@ -55,8 +55,8 @@ android {
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = 133
|
||||
versionName = '2.0.133'
|
||||
versionCode = 135
|
||||
versionName = '2.0.135'
|
||||
multiDexEnabled =true
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ buildscript {
|
||||
// START: FlutterFire Configuration
|
||||
classpath 'com.google.gms:google-services:4.4.2'
|
||||
// END: FlutterFire Configuration
|
||||
classpath 'com.android.tools.build:gradle:8.4.0'
|
||||
classpath 'com.android.tools.build:gradle:8.8.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
||||
|
||||
Reference in New Issue
Block a user