mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
temp use a different app ID
This commit is contained in:
parent
319a82c25a
commit
d59b2afe37
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.subtracks2"
|
||||
namespace = "com.subtracks2_1"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
@ -20,7 +20,7 @@ android {
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID
|
||||
// (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "com.subtracks2"
|
||||
applicationId = "com.subtracks2_1"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="subtracks2"
|
||||
android:label="subtracks2_1"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.subtracks2
|
||||
package com.subtracks2_1
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user