Closed drew-r closed 6 years ago
Critical: 0 Warning: 0 Info: 0
Security | Defect | API | Anomaly | Rename | Lint | Info | |
---|---|---|---|---|---|---|---|
Critical | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Warning | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Info | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
File | Critical | Warning | Info |
---|
Critical: 0 Warning: 0 Info: 0
Security | Defect | API | Anomaly | Rename | Lint | Info | |
---|---|---|---|---|---|---|---|
Critical | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Warning | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Info | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
File | Critical | Warning | Info |
---|
Critical: 0 Warning: 0 Info: 0
Security | Defect | API | Anomaly | Rename | Lint | Info | |
---|---|---|---|---|---|---|---|
Critical | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Warning | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Info | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
File | Critical | Warning | Info |
---|
similar to my solution. can we get this PR deployed?
apply plugin: 'com.android.library'
def _ext = rootProject.ext
def _compileSdkVersion = _ext.has('compileSdkVersion') ? _ext.compileSdkVersion : 23
def _buildToolsVersion = _ext.has('buildToolsVersion') ? _ext.buildToolsVersion : '25.0.0'
def _minSdkVersion = _ext.has('minSdkVersion') ? _ext.minSdkVersion : 16
def _targetSdkVersion = _ext.has('targetSdkVersion') ? _ext.targetSdkVersion : 22
android {
compileSdkVersion _compileSdkVersion
buildToolsVersion _buildToolsVersion
defaultConfig {
minSdkVersion _minSdkVersion
targetSdkVersion _targetSdkVersion
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
compile "com.mixpanel.android:mixpanel-android:5.3.0"
}
@davodesign84 Would you mind merging/releasing this since it's blocking upgrading to react-native 56
@davodesign84 Sorry for bothering you, but would it be possible to publish a release on NPM as well? thx!
Done :)
Hey @davodesign84! Thanks for getting Android updated. That's a huge blocker removed from my team. 👏
Unfortunately, the most recent release (1.1.0) is broken on iOS. I've created an issue here: https://github.com/davodesign84/react-native-mixpanel/issues/151
If you can resolve this ASAP, we would be so appreciative!
Fixes