File tree Expand file tree Collapse file tree 4 files changed +5
-7145
lines changed
Samples/ContextAPIMixpanel Expand file tree Collapse file tree 4 files changed +5
-7145
lines changed Original file line number Diff line number Diff line change 44# node.js
55node_modules /
66npm-debug.log
7+ yarn.lock
78yarn-error.log
89package-lock.json
910* .tgz
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ buildscript {
1111apply plugin : ' com.android.library'
1212
1313android {
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 }
You can’t perform that action at this time.
0 commit comments