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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-04-14 09:41:51 +0300
committerStefan Niedermann <info@niedermann.it>2023-04-14 09:41:51 +0300
commit3f9faf8fa629397ed7848c259eb361a3cb53d83c (patch)
tree30e9e8ca241188cf3bc4348ff42884cec7c3d856 /app/build.gradle
parent7c7fff7f1430719c8648e782d43436fc96bee839 (diff)
release: Version bump to 1.23.21.23.2
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 18249dfa6..14616e993 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 24
targetSdkVersion 33
- versionCode 1023001
- versionName "1.23.1"
+ versionCode 1023002
+ versionName "1.23.2"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {