Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mileskrell committed Feb 4, 2021
1 parent fe96211 commit e52fa30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.mileskrell.texttorch"
minSdkVersion(21)
targetSdkVersion(28)
versionCode = 3
versionName = "1.1.0"
versionCode = 4
versionName = "1.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix rare crash caused by messages with empty recipients list

0 comments on commit e52fa30

Please sign in to comment.