Skip to content

Commit 70dec9a

Browse files
committed
Version 1.1.0
1 parent 45c2d69 commit 70dec9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 = 2
21-
versionName = "1.0.0"
20+
versionCode = 3
21+
versionName = "1.1.0"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
}
2424
buildFeatures {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow specifying how much time must pass before a new conversation is considered to have begun

0 commit comments

Comments
 (0)