diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4a97ad0ea..95135f56a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5.0.0 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Trunk Check uses: trunk-io/trunk-action@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1 with: diff --git a/README.md b/README.md index f6be482de..3303e90e0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll ```groovy dependencies { - implementation 'com.mparticle:android-core:5.80.0' + implementation 'com.mparticle:android-core:6.0.0-rc.1' } ``` @@ -31,8 +31,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { implementation ( - 'com.mparticle:android-example-kit:5.80.0', - 'com.mparticle:android-another-kit:5.80.0' + 'com.mparticle:android-example-kit:6.0.0-rc.1', + 'com.mparticle:android-another-kit:6.0.0-rc.1' ) } ```