mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
temp use a different app ID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user