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:
authorWolFi <wolfi@wolfi.es>2021-08-14 18:24:15 +0300
committerWolFi <wolfi@wolfi.es>2021-08-14 18:24:15 +0300
commit6585c943b0f128b80063d9c037f8a1b936451277 (patch)
treeb5c5820e3baea287d3124938806ef80a2a429fe1
parent92c1f51250118f9f67bcf9517c9a2312069f8e71 (diff)
Bump release codev1.1.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 24e3d5f..a209f53 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
applicationId "es.wolfi.app.passman"
minSdkVersion 21
targetSdkVersion 30
- versionCode 9
- versionName "1.0"
+ versionCode 10
+ versionName "1.1.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
externalNativeBuild {
cmake {