Skip to content

Commit e52fa30

Browse files
committed
Version 1.1.1
1 parent fe96211 commit e52fa30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.mileskrell.texttorch"
1818
minSdkVersion(21)
1919
targetSdkVersion(28)
20-
versionCode = 3
21-
versionName = "1.1.0"
20+
versionCode = 4
21+
versionName = "1.1.1"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
}
2424
buildFeatures {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix rare crash caused by messages with empty recipients list

0 commit comments

Comments
 (0)