We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf3c94 + 59a47aa commit d2c3a83Copy full SHA for d2c3a83
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: "com.android.library"
2
3
android {
4
- compileSdkVersion 28
5
- buildToolsVersion "28.0.3"
+ compileSdkVersion 30
+ buildToolsVersion "30.0.2"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 28
+ targetSdkVersion 30
10
versionCode 1
11
versionName "1.0"
12
}
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",
0 commit comments