From 80894c02fc520dd7f3e364965c23204f3c349e4b Mon Sep 17 00:00:00 2001 From: Mahipal Singh <42240750+mahipalsingh7@users.noreply.github.com> Date: Fri, 26 Jun 2020 18:42:35 +0530 Subject: [PATCH] Update version --- android/build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e09fb274..f05fc810 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,14 +1,15 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion = 29 + buildToolsVersion = "29.0.3" defaultConfig { - minSdkVersion 16 - targetSdkVersion 22 versionCode 1 versionName "1.0" + minSdkVersion = 21 + targetSdkVersion = 29 + ndk { abiFilters "armeabi-v7a", "x86" }