Version 1.8.6

This commit is contained in:
2026-03-06 22:05:01 +01:00
parent e3e2a87b5e
commit 23223480e5
19 changed files with 32 additions and 8 deletions

View File

@@ -8,11 +8,11 @@ android {
defaultConfig {
applicationId "com.jens.automation2"
minSdkVersion 16
compileSdkVersion 34
buildToolsVersion '34.0.0'
compileSdkVersion 36
buildToolsVersion '36.0.0'
useLibrary 'org.apache.http.legacy'
versionCode 146
versionName "1.8.5"
versionCode 147
versionName "1.8.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -36,7 +36,7 @@ android {
{
dimension "version"
versionNameSuffix "-googlePlay"
targetSdkVersion 35
targetSdkVersion 36
}
/*
@@ -63,7 +63,7 @@ android {
checkReleaseBuilds false
}
namespace 'com.jens.automation2'
buildToolsVersion '34.0.0'
buildToolsVersion '36.0.0'
}
dependencies {