Initial push to my private server
This commit is contained in:
@@ -47,8 +47,8 @@ android {
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = 29
|
||||
targetSdk = 36
|
||||
versionCode = 11
|
||||
versionName = '1.0.11'
|
||||
versionCode = 13
|
||||
versionName = '1.0.13'
|
||||
multiDexEnabled = true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
|
||||
@@ -43,15 +43,15 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<!-- Add this new intent filter for deep linking -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
||||
|
||||
<!-- Deep Linking Intent Filter -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!-- Accepts URIs that begin with "sefer://" -->
|
||||
<data android:scheme="sefer" />
|
||||
<!-- Accepts URIs that begin with "https://sefer.live" -->
|
||||
<data android:scheme="https" android:host="sefer.live" />
|
||||
<!-- Accepts the custom scheme 'intaleq' and host 'map' -->
|
||||
<data android:scheme="intaleq" android:host="map" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ buildscript {
|
||||
// classpath 'com.android.tools.build:gradle:7.3.1'
|
||||
classpath 'com.google.gms:google-services:4.3.15'
|
||||
// END: FlutterFire Configuration
|
||||
classpath 'com.android.tools.build:gradle:8.11.0'
|
||||
classpath 'com.android.tools.build:gradle:8.11.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -18,7 +18,7 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version '8.11.0' apply false
|
||||
id "com.android.application" version '8.11.1' apply false
|
||||
// START: FlutterFire Configuration
|
||||
id "com.google.gms.google-services" version "4.3.10" apply false
|
||||
// END: FlutterFire Configuration
|
||||
|
||||
Reference in New Issue
Block a user