temp use a different app ID

This commit is contained in:
austinried 2025-10-18 15:02:43 +09:00
parent 319a82c25a
commit d59b2afe37
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
package com.subtracks2
package com.subtracks2_1
import io.flutter.embedding.android.FlutterActivity