Bug fixed: Editing variable action was not possible

This commit is contained in:
Jens
2023-02-12 23:57:37 +01:00
parent 27e9b3e0d1
commit 132f64114e
4 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 31
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 126
versionName "1.7.11"
versionCode 127
versionName "1.7.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}