From 5531a55fea04f4c21a43474f3f190e6c63ceb8dd Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Thu, 7 Dec 2017 12:52:03 +0300 Subject: [PATCH] version bump to 0.15 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2cd6145..f232490 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "org.emunix.unipatcher" minSdkVersion 14 targetSdkVersion 27 - versionCode 140200 - versionName "0.14.2" + versionCode 150000 + versionName "0.15" vectorDrawables.useSupportLibrary = true ndk { abiFilters 'armeabi-v7a', 'x86'