Revert "fix: apps id is now correct"

This reverts commit 6813bfe2a5.
This commit is contained in:
ivan2282
2025-11-15 21:51:37 +03:00
parent 9b2dcc3995
commit dd156075b4
6 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
android {
namespace = "com.github.kometteam.komet"
namespace = "com.gwid.app.gwid"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -28,7 +28,7 @@ android {
}
defaultConfig {
applicationId = "com.github.kometteam.komet"
applicationId = "com.gwid.app.gwid"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode