From 2771125eb5ec681300b2bc536d15d445cd31ea63 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Tue, 24 Apr 2018 16:18:32 -0400 Subject: [PATCH] 2.5-android-1 --- platform-android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-android/build.gradle b/platform-android/build.gradle index 6dac70eb..cf7edb19 100644 --- a/platform-android/build.gradle +++ b/platform-android/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.lyndir.masterpassword' minSdkVersion 19 targetSdkVersion 25 - versionCode 20401 - versionName '2.4.1' + versionCode 20501 + versionName '2.5.1' } // release with: STORE_PW=$(mpw masterpassword.keystore) KEY_PW=$(mpw masterpassword-android) gradle assembleRelease