From a25988d4df9a1ff52d808d2581e4956bb6731cdd Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Sat, 19 May 2018 12:25:00 -0500 Subject: [PATCH] versionCode 10 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c487751..39fd9f3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ android { applicationId "com.aretherecookies" minSdkVersion 16 targetSdkVersion 22 - versionCode 9 + versionCode 10 versionName "1.0" ndk { abiFilters "armeabi-v7a", "x86"