Initial commit for intaleq_admin
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user