Initial commit for Intaleq Driver

This commit is contained in:
Hamza-Ayed
2025-09-01 19:04:50 +03:00
parent 889c67a691
commit 8c7f3e3a75
46 changed files with 4300 additions and 6192 deletions

View File

@@ -44,10 +44,10 @@ android {
applicationId = "com.intaleq_driver"
// 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 = 8
versionName = '1.0.8'
minSdk = 29
targetSdk = 36
versionCode = 13
versionName = '1.0.13'
multiDexEnabled =true
}