25-09-22/1
This commit is contained in:
@@ -27,7 +27,7 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "src/main/cpp/CMakeLists.txt"
|
||||
version "3.31.5"
|
||||
version "3.22.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,8 +47,8 @@ android {
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = 29
|
||||
targetSdk = 36
|
||||
versionCode = 13
|
||||
versionName = '1.0.13'
|
||||
versionCode = 14
|
||||
versionName = '1.0.14'
|
||||
multiDexEnabled = true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
|
||||
@@ -45,14 +45,18 @@
|
||||
</intent-filter>
|
||||
|
||||
|
||||
<!-- Deep Linking Intent Filter -->
|
||||
<!-- ... other intent-filters ... -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!-- Accepts the custom scheme 'intaleq' and host 'map' -->
|
||||
<data android:scheme="intaleq" android:host="map" />
|
||||
<!--
|
||||
هنا تضع الرابط المخصص لتطبيقك.
|
||||
مثال: عند الضغط على رابط `intaleq://route?lat=...` سيتم فتح التطبيق.
|
||||
-->
|
||||
<data android:scheme="intaleq" android:host="route" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<!-- Existing meta-data and other activities remain unchanged -->
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,4 +5,5 @@ android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonFinalResIds=true
|
||||
dart.obfuscation=true
|
||||
android.enableR8.fullMode=true
|
||||
android.enableR8.fullMode=true
|
||||
org.gradle.java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
|
||||
|
||||
Reference in New Issue
Block a user