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

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Zuriaga <wolfi@wolfi.es>2021-10-31 21:49:47 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2021-10-31 21:49:47 +0300
commit364f6e7e8c16a20f3fd7d648e74787a6c4cc3fee (patch)
tree746d90ad432db034c5f2bd3cf5ea8542e4bb472e
parent97c660f7fa2ea27c337702ad54c3c6085240cde1 (diff)
Bump app versionv1.2.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d9fa3f5..6478d99 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
applicationId "es.wolfi.app.passman"
minSdkVersion 21
targetSdkVersion 30
- versionCode 12
- versionName "1.2.0"
+ versionCode 13
+ versionName "1.2.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
externalNativeBuild {
cmake {