Initial commit for Tripz Admin

This commit is contained in:
Hamza-Ayed
2026-01-21 17:31:10 +03:00
parent 5919554eaa
commit 1da2357124
31 changed files with 1812 additions and 980 deletions

View File

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