Initial commit for intaleq_admin

This commit is contained in:
Hamza-Ayed
2026-01-20 23:39:59 +03:00
parent 0b17f93aaa
commit a367bc7e5c
53 changed files with 20383 additions and 14662 deletions

View File

@@ -16,17 +16,17 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "com.intaleq.intaleq_admin"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"
version "3.31.5" // Match cmake_minimum_required in CMakeLists.txt
version "3.22.1" // Match cmake_minimum_required in CMakeLists.txt
}
}
defaultConfig {
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64" // Keep these!
abiFilters "armeabi-v7a", "arm64-v8a" // Keep these!
}
}
compileOptions {
@@ -43,10 +43,10 @@ android {
applicationId = "com.intaleq.intaleq_admin"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 23
targetSdk = flutter.targetSdkVersion
versionCode = 1
versionName = '1.0.0'
minSdk = 30
targetSdk = 36
versionCode = 5
versionName = '1.0.5'
multiDexEnabled =true
}
@@ -75,6 +75,8 @@ flutter {
}
dependencies {
implementation platform('com.google.firebase:firebase-bom:33.3.0') // مثال حديث
implementation 'com.scottyab:rootbeer-lib:0.1.0'
implementation 'com.google.android.gms:play-services-safetynet:18.0.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'