From 0382716c5e8a5940053015cc021192730d3d831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=D9=8A=D9=86?= Date: Thu, 18 Oct 2018 00:28:25 +0100 Subject: [PATCH] bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f68dd67f0..f120c443e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 28 - versionCode 10300 - versionName "1.3.0" + versionCode 10301 + versionName "1.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }