diff options
author | zeapo <mohamed@zenadi.com> | 2019-09-09 21:22:06 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2019-09-09 21:22:06 +0200 |
commit | 7062156b1a0f108a146c043ebd483261b79677ec (patch) | |
tree | 3045f315640db028669a44b0a7fbd2d82c01fe22 | |
parent | 0516e3153fd61941b2261276104ec2aaa02e0a54 (diff) |
version bumpv1.3.3
-rw-r--r-- | app/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b60f20e4..89add6f8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "com.zeapo.pwdstore" minSdkVersion(21) targetSdkVersion(29) - versionCode = 10302 - versionName = "1.3.2" + versionCode = 10303 + versionName = "1.3.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |