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
@@ -1,6 +1,6 @@
plugins { alias(libs.plugins.android.application); alias(libs.plugins.kotlin.android) }
android { namespace = "se.ajpanton.notificationlog.helper"; compileSdk = 36
defaultConfig { applicationId = "se.ajpanton.notificationlog.helper"; minSdk = 34; targetSdk = 36; versionCode = 1; versionName = "0.1" }
android { namespace = "se.ajpanton.notificationsmaster.helper"; compileSdk = 36
defaultConfig { applicationId = "se.ajpanton.notificationsmaster.helper"; minSdk = 34; targetSdk = 36; versionCode = 1; versionName = "0.1" }
compileOptions { sourceCompatibility = JavaVersion.VERSION_17; targetCompatibility = JavaVersion.VERSION_17 }
kotlin { compilerOptions { jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17) } }
}
@@ -1,4 +1,4 @@
package se.ajpanton.notificationlog.helper
package se.ajpanton.notificationsmaster.helper
import android.app.Notification
import android.app.NotificationChannel