use sdk 36

This commit is contained in:
Fabian Freund
2025-08-24 07:51:56 +02:00
parent 2a6f3c8ba8
commit ee28567b2e
4 changed files with 7 additions and 8 deletions
@@ -27,7 +27,7 @@ apply plugin: "kotlin-android"
android {
namespace = "eu.weblibre.simple_intent_receiver"
compileSdk = 35
compileSdk = 36
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17