diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c173e895..e6173a95 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,8 +17,8 @@ android { applicationId = "com.mileskrell.texttorch" minSdkVersion(21) targetSdkVersion(28) - versionCode = 2 - versionName = "1.0.0" + versionCode = 3 + versionName = "1.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 00000000..81b98489 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1 @@ +Allow specifying how much time must pass before a new conversation is considered to have begun \ No newline at end of file