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>2022-04-08 01:07:44 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2022-04-08 01:07:44 +0300
commit3f5ea8893d9afa0dec7771a766a3dc2d4a118e33 (patch)
tree60386ca7f65e746b86672fe078496573f01d9e68
parent0863f44cbe9db9e6a51213f66bdb0b23aedd1734 (diff)
Bump app version
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a8b4bdb..384d523 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
applicationId "es.wolfi.app.passman"
minSdkVersion 21
targetSdkVersion 31
- versionCode 13
- versionName "1.2.1"
+ versionCode 14
+ versionName "1.2.2"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
externalNativeBuild {
cmake {