From 711ad50d9a85fb36d4987fed5766c1985d3d4ab5 Mon Sep 17 00:00:00 2001 From: egendata-dev <54627043+egendata-dev@users.noreply.github.com> Date: Tue, 24 Sep 2019 14:44:07 +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 3c0614f7..54ec2573 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 62 - versionName "1.1.0" + versionCode 63 + versionName "1.1.3" ndk { abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a" }