Skip to content

Commit

Permalink
Merge pull request #3 from cvent/HUB-107619
Browse files Browse the repository at this point in the history
HUB-107619: bump android build version
  • Loading branch information
IanKirkham authored Jan 24, 2024
2 parents ebf3c94 + 59a47aa commit d2c3a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d2c3a83

Please sign in to comment.