Use Notifications Master app ID

This commit is contained in:
ajp_anton
2026-08-16 01:57:44 +00:00
parent 572660a967
commit af3673c2e8
51 changed files with 142 additions and 142 deletions
+2 -2
View File
@@ -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