We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c2d69 commit 70dec9aCopy full SHA for 70dec9a
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "com.mileskrell.texttorch"
18
minSdkVersion(21)
19
targetSdkVersion(28)
20
- versionCode = 2
21
- versionName = "1.0.0"
+ versionCode = 3
+ versionName = "1.1.0"
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
24
buildFeatures {
fastlane/metadata/android/en-US/changelogs/3.txt
@@ -0,0 +1 @@
1
+Allow specifying how much time must pass before a new conversation is considered to have begun
0 commit comments