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) } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user