service 2-5-26-1

This commit is contained in:
Hamza-Ayed
2026-05-02 15:12:46 +03:00
parent c3f29f30c1
commit 255724418c
25 changed files with 1063 additions and 530 deletions

View File

@@ -32,7 +32,7 @@ android {
defaultConfig {
applicationId = "com.service_intaleq"
minSdk = 23
minSdk = flutter.minSdkVersion
targetSdk = 36
versionCode = 1
versionName = "1.0"
@@ -90,4 +90,4 @@ dependencies {
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")
}
}