We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe96211 commit e52fa30Copy full SHA for e52fa30
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "com.mileskrell.texttorch"
18
minSdkVersion(21)
19
targetSdkVersion(28)
20
- versionCode = 3
21
- versionName = "1.1.0"
+ versionCode = 4
+ versionName = "1.1.1"
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
24
buildFeatures {
fastlane/metadata/android/en-US/changelogs/4.txt
@@ -0,0 +1 @@
1
+Fix rare crash caused by messages with empty recipients list
0 commit comments