Use Notifications Master app ID
This commit is contained in:
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
package se.ajpanton.notificationlog.helper
|
||||
package se.ajpanton.notificationsmaster.helper
|
||||
|
||||
import android.app.Notification
|
||||
import android.app.NotificationChannel
|
||||
Reference in New Issue
Block a user