Removed calendar trigger from Google version and fixed bug in startOtherActivity

This commit is contained in:
2024-05-23 15:02:12 +02:00
parent bb10620883
commit 8788a89e48
4 changed files with 12 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 33
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 141
versionName "1.8"
versionCode 142
versionName "1.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}