1/23/1
This commit is contained in:
@@ -53,10 +53,10 @@ android {
|
||||
applicationId "com.mobileapp.store.ride"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdkVersion 23
|
||||
minSdkVersion 26
|
||||
targetSdkVersion flutter.targetSdkVersion
|
||||
versionCode 15
|
||||
versionName '1.3.9'
|
||||
versionCode 16
|
||||
versionName '1.4.0'
|
||||
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<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.
|
||||
|
||||
BIN
android/app/src/main/res/raw/order.wav
Normal file
BIN
android/app/src/main/res/raw/order.wav
Normal file
Binary file not shown.
BIN
android/app/src/main/res/raw/tone1.mp3
Normal file
BIN
android/app/src/main/res/raw/tone1.mp3
Normal file
Binary file not shown.
BIN
android/app/src/main/res/raw/tone2.wav
Normal file
BIN
android/app/src/main/res/raw/tone2.wav
Normal file
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">My App</string>
|
||||
<string name="default_notification_channel_id">ride_channel</string>
|
||||
<!-- <string name="default_notification_channel_id">ride_channel</string> -->
|
||||
<string name="default_notification_channel_id">default_channel</string>
|
||||
<string name="api_key">AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user