diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-30 14:51:57 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-30 14:51:57 +0530 |
commit | cea9f4b9421b73b11aea4f619f1ae02e396e967a (patch) | |
tree | 8bd996cc491e2619c8075a5000e87e999fa35989 /app/build.gradle.kts | |
parent | 3afeff45d8bd5fff66e1d0fa2c15fa2527487af1 (diff) | |
parent | 1c7daff5baa71a659d5f5a94001df0f21feea4bc (diff) |
Merge branch 'release' into develop
* release:
build: bump version
Prepare release 1.10.2
Fix two SMS Autofill crashes (#985)
Fix TOTP import button check semantics (#982)
Properly handle files without passwords (#969)
Expand OTP and PasswordEntry tests (#968)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1d66db57..a8e3a058 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,7 +28,7 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11011 + versionCode = 11021 versionName = "1.11.0-SNAPSHOT" } |