This commit is contained in:
Hamza-Ayed
2024-01-13 17:10:24 +03:00
parent c73c01aa81
commit dfbe9ba1b6
10 changed files with 154 additions and 381 deletions

View File

@@ -56,7 +56,8 @@ android {
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode 15
versionName '1.3.8'
versionName '1.3.9'
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
}
signingConfigs {

View File

@@ -16,7 +16,7 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0"/>
<meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/api_key"/>
<meta-data android:name="com.google.firebase.messaging.default_notification_channel_id" android:value="@string/default_notification_channel_id"/>
<meta-data android:name="com.android.application.versionCode" android:value="1"/>
<!-- Don't delete the meta-data below.

View File

@@ -1,4 +1,5 @@
<resources>
<string name="app_name">My App</string>
<string name="default_notification_channel_id">ride_channel</string>
<string name="api_key">AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0</string>
</resources>