diff --git a/sample/android/build.gradle b/sample/android/build.gradle index 7ce28ece4..9dbd603b3 100644 --- a/sample/android/build.gradle +++ b/sample/android/build.gradle @@ -33,11 +33,6 @@ allprojects { url("$rootDir/../node_modules/jsc-android/dist") } - maven { - // Notifee - url "$rootDir/../node_modules/@notifee/react-native/android/libs" - } - google() maven { url 'https://www.jitpack.io' } } diff --git a/sample/package.json b/sample/package.json index 2cad1df6b..d166a3550 100644 --- a/sample/package.json +++ b/sample/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@faker-js/faker": "^6.0.0-alpha.7", - "@notifee/react-native": "^5.0.3", + "@notifee/react-native": "^5.3.0", "@react-native-async-storage/async-storage": "^1.15.17", "@react-native-clipboard/clipboard": "^1.8.5", "@react-native-community/cameraroll": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 1ecaf6108..7bcf929b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2545,10 +2545,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@notifee/react-native@^5.0.3": - version "5.2.1" - resolved "https://registry.yarnpkg.com/@notifee/react-native/-/react-native-5.2.1.tgz#ecf38344c682940be1be8a56141a82bd8fa93a4c" - integrity sha512-qtGU2161qF7SQEFBOGec+EMLVX6ISBgpBllEjq6zd/zRZ35RraqkyFS/S84N6J14l6D5MyNLUqKRkZNG2aMFqg== +"@notifee/react-native@^5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@notifee/react-native/-/react-native-5.3.0.tgz#79d20e2d9d383d45de3efd12f616606ac7a31229" + integrity sha512-P8uj/Ar4sAJ9sq+1W6qklQ2yw66GBTYD3qgKXoD6sJihoCVbniQ2A8xMYIPG1Y/To/DcbPouc9lsNm2XrxQQXA== "@npmcli/ci-detect@^1.0.0": version "1.4.0"