From 854a7d4e622878eaca5a389c96f82c1106014ced Mon Sep 17 00:00:00 2001 From: egendata-dev <54627043+egendata-dev@users.noreply.github.com> Date: Thu, 26 Sep 2019 08:48:45 +0000 Subject: [PATCH] chore: version bump android --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6d0e26a4..00b2936f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -123,8 +123,8 @@ android { applicationId "com.egendata" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 65 - versionName "1.2.0" + versionCode 66 + versionName "1.3.0" ndk { abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a" }