Skip to content

Commit d2c3a83

Browse files
authored
Merge pull request #3 from cvent/HUB-107619
HUB-107619: bump android build version
2 parents ebf3c94 + 59a47aa commit d2c3a83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: "com.android.library"
22

33
android {
4-
compileSdkVersion 28
5-
buildToolsVersion "28.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion "30.0.2"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-custom-tabs",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Chrome Custom Tabs for React Native.",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)