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-15 10:35:47 +0300
committerDaniel Schaal <daniel@schaal.email>2022-01-15 10:35:47 +0300
commit71d5fc759c3c1509f8e8dcc4aa22310437b5c06c (patch)
treee4af5ef9aee2323f3a7877cf30b7943f91cb7bd2 /app
parent21f37e9aee82921229705ececf44a899705942ca (diff)
Release 0.58v0.58
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 e2699eb2..44218b9c 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -37,8 +37,8 @@ android {
applicationId = "email.schaal.ocreader"
minSdkVersion(23)
targetSdkVersion(30)
- versionCode = 57
- versionName = "0.57"
+ versionCode = 58
+ versionName = "0.58"
base.archivesName.set("${applicationId}_${versionCode}")