Android patch

This commit is contained in:
Mboehmlaender
2026-07-25 21:13:37 +02:00
parent 6dd827b0b4
commit 1744e444b7
17 changed files with 596 additions and 1133 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ android {
applicationId = "de.drazz.boehmitools.training"
minSdk = 26
targetSdk = 35
versionCode = 1
versionName = "2.0.0"
versionCode = 2
versionName = "2.1.0"
testInstrumentationRunner = "de.drazz.boehmitools.training.HiltTestRunner"
vectorDrawables.useSupportLibrary = true
}