|
|
@ -5,11 +5,11 @@ plugins {
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
namespace = "app.tauri.notification"
|
|
|
|
namespace = "app.tauri.notification"
|
|
|
|
compileSdk = 32
|
|
|
|
compileSdk = 33
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
minSdk = 24
|
|
|
|
minSdk = 24
|
|
|
|
targetSdk = 32
|
|
|
|
targetSdk = 33
|
|
|
|
|
|
|
|
|
|
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
consumerProguardFiles("consumer-rules.pro")
|
|
|
|
consumerProguardFiles("consumer-rules.pro")
|
|
|
|