Skip to content

Commit d5469c5

Browse files
committed
upgrade android targetSdkVersion to 30
1 parent 6774427 commit d5469c5

File tree

4 files changed

+5
-7145
lines changed

4 files changed

+5
-7145
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# node.js
55
node_modules/
66
npm-debug.log
7+
yarn.lock
78
yarn-error.log
89
package-lock.json
910
*.tgz

Samples/ContextAPIMixpanel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"mixpanel-react-native": "file:../../",
13+
"mixpanel-react-native": "file:../..",
1414
"react": "17.0.1",
1515
"react-native": "0.64.2"
1616
},

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ buildscript {
1111
apply plugin: 'com.android.library'
1212

1313
android {
14-
compileSdkVersion 28
15-
buildToolsVersion "28.0.3"
14+
compileSdkVersion 30
15+
buildToolsVersion "30.0.3"
1616
defaultConfig {
1717
minSdkVersion 21
18-
targetSdkVersion 26
18+
targetSdkVersion 30
1919
versionCode 1
2020
versionName "1.0"
2121
}

0 commit comments

Comments
 (0)