Initial commit for Tripz Admin
This commit is contained in:
@@ -25,8 +25,8 @@ if (flutterVersionName == null) {
|
||||
|
||||
android {
|
||||
namespace = "com.example.sefer_admin1"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = "26.1.10909125"
|
||||
compileSdk = 35
|
||||
ndkVersion = '27.0.12077973'
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
@@ -42,6 +42,7 @@ android {
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutterVersionCode.toInteger()
|
||||
versionName = flutterVersionName
|
||||
multiDexEnabled = true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user