[Android] Update app

This commit is contained in:
2026-01-22 13:08:38 +01:00
parent 0219e718dc
commit 28acb2070c
10 changed files with 38 additions and 32 deletions

View File

@@ -5,14 +5,14 @@ plugins {
android {
namespace = "com.janishutz.libreevent"
compileSdk = 35
compileSdk = 36
defaultConfig {
applicationId = "com.janishutz.libreevent"
minSdk = 24
targetSdk = 35
versionCode = 5
versionName = "1.0.1"
targetSdk = 36
versionCode = 6
versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}