chore: Update compileSdk to 36 (#3039)

This commit is contained in:
Fabian-Lars
2025-10-20 16:58:29 +02:00
committed by GitHub
parent 6b5b1053ba
commit 6c9b61fb65
17 changed files with 57 additions and 30 deletions
@@ -5,10 +5,10 @@ plugins {
android {
namespace = "app.tauri.notification"
compileSdk = 34
compileSdk = 36
defaultConfig {
minSdk = 24
minSdk = 24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")