Skip to content

Commit

Permalink
update SDK and add web params
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyescobar committed Jun 22, 2022
1 parent 9908f41 commit 7f7e76c
Show file tree
Hide file tree
Showing 101 changed files with 1,575 additions and 1,640 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public class MainActivity extends BridgeActivity {
}
```

can't find "com.mparticle...."? add `android:exported="true"` to `AndroidMnifest.xml` under `<activity>`>

### iOS

Initilize mParticle in the app directly instead of the plugin, Appboy/Braze needs the permissions mParticle will pass to it through this.
Expand Down
Binary file modified android/.gradle/7.0/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified android/.gradle/checksums/checksums.lock
Binary file not shown.
Binary file modified android/.gradle/checksums/sha1-checksums.bin
Binary file not shown.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ext {

buildscript {
repositories {
maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
google()
mavenCentral()
jcenter()
Expand Down Expand Up @@ -44,7 +43,6 @@ android {
}

repositories {
maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
google()
mavenCentral()
jcenter()
Expand All @@ -58,5 +56,5 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation 'com.mparticle:android-core:5.35.1'
implementation 'com.mparticle:android-core:5.41.1'
}
3 changes: 3 additions & 0 deletions dist/esm/web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export declare class MParticleCapacitorWeb extends WebPlugin implements MParticl
mParticleInit(call: {
key: string;
production: boolean;
planID: string;
planVer: number;
logLevel: any;
}): Promise<any>;
loginMParticleUser(call: {
email: string;
Expand Down
9 changes: 5 additions & 4 deletions dist/esm/web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/web.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions dist/plugin.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f7e76c

Please sign in to comment.