From de9449250d490a845bb64a630a83154aba3f4f71 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 16 Feb 2018 19:05:49 +0100 Subject: Bump version number --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 272d4c9..4aad131 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdkVersion 21 targetSdkVersion 21 multiDexEnabled true - versionCode 8 - versionName '0.8' + versionCode 9 + versionName '0.9' ndk { abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' } -- cgit v1.2.3