Use Notifications Master app ID
This commit is contained in:
@@ -34,11 +34,11 @@ if (releaseBuildRequested && !hasReleaseSigning) {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "se.ajpanton.notificationlog"
|
||||
namespace = "se.ajpanton.notificationsmaster"
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "se.ajpanton.notificationlog"
|
||||
applicationId = "se.ajpanton.notificationsmaster"
|
||||
minSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = project.findProperty("notificationLogVersionCode")?.toString()?.toIntOrNull() ?: 1
|
||||
|
||||
Reference in New Issue
Block a user