Merge branch 'main' into develop
This commit is contained in:
commit
3091db8c27
2 changed files with 5 additions and 2 deletions
|
@ -20,8 +20,8 @@ android {
|
||||||
applicationId APP_ID
|
applicationId APP_ID
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 82
|
versionCode 83
|
||||||
versionName "15.0"
|
versionName "15.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/83.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/83.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Tusky v15.1
|
||||||
|
|
||||||
|
This release fixes a crash when captioning images
|
Loading…
Reference in a new issue