Version 1.8.7

This commit is contained in:
2026-03-06 22:22:34 +01:00
parent 23223480e5
commit 7e72dfd19a
10 changed files with 13 additions and 4 deletions

View File

@@ -3,16 +3,16 @@ plugins {
}
android {
compileSdkVersion 34
compileSdkVersion 36
defaultConfig {
applicationId "com.jens.automation2"
minSdkVersion 16
minSdkVersion 19
compileSdkVersion 36
buildToolsVersion '36.0.0'
useLibrary 'org.apache.http.legacy'
versionCode 147
versionName "1.8.6"
versionCode 148
versionName "1.8.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}