From 59a47aaa1339c6b330f9f30ee07ce00ca12e4a56 Mon Sep 17 00:00:00 2001 From: Ian Kirkham Date: Wed, 24 Jan 2024 15:01:02 -0700 Subject: [PATCH] bump android build versions --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6589734..0158a23 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: "com.android.library" android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 30 versionCode 1 versionName "1.0" } diff --git a/package.json b/package.json index 4cec93a..4a28692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-custom-tabs", - "version": "0.1.8", + "version": "0.1.9", "description": "Chrome Custom Tabs for React Native.", "keywords": [ "react-native",