Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2022-01-19 09:03:52 +0300
committerDaniel Schaal <daniel@schaal.email>2022-01-19 09:03:52 +0300
commitc0311a0ccbac01a930772a5d7d593b2367ae9ddc (patch)
treec242ac114a56c0721bc55cfb5c318a8afa80bf3e /app
parente0d1fb58b1b857d8a364c6ad8839768a19264ad4 (diff)
Release 0.59HEADv0.59master
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index ca68ebdb..5acbf5f0 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -37,8 +37,8 @@ android {
applicationId = "email.schaal.ocreader"
minSdk = 23
targetSdk = 31
- versionCode = 58
- versionName = "0.58"
+ versionCode = 59
+ versionName = "0.59"
base.archivesName.set("${applicationId}_${versionCode}")