Add notification lifecycle test helper
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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" }
|
||||
compileOptions { sourceCompatibility = JavaVersion.VERSION_17; targetCompatibility = JavaVersion.VERSION_17 }
|
||||
kotlin { compilerOptions { jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17) } }
|
||||
}
|
||||
dependencies { implementation(libs.appcompat); implementation(libs.material) }
|
||||
Reference in New Issue
Block a user