This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps, android)!: switch to local maven repo for aar dependency (#370
) * fix(deps, android)!: switch to local maven repo for aar dependency Fixes #151 Fixes notifee/documentation#8 BREAKING CHANGE: add "maven { url "$rootDir/../node_modules/@notifee/react-native/android/libs" }" to "repositories" in "android/build.gradle" * docs(example): add new local maven repo for notifee to example config Co-authored-by: Helena Ford <helenaellieford@gmail.com>
- Loading branch information
1 parent
e6a348a
commit d0af097
Showing
44 changed files
with
134 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f8df55963d7eb41aa8c14ee753fca10e |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cedcc3ba1e70b28b10cf375f641f030e9997c01b |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c2984e460b579d78005288f7cda93f0452e3ff1bce80f0f57bd74658ee611f69 |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
71b35ab8f08371fac33df596c3cddd3afc6c2bb8311373a8732874aa2d1e9372729931581acd6a1a27b1916c9a1031a18f032c40bc8970e11bbeb71da21047f0 |
9 changes: 9 additions & 0 deletions
9
android/libs/app/notifee/core/202108261754/core-202108261754.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>app.notifee</groupId> | ||
<artifactId>core</artifactId> | ||
<version>202108261754</version> | ||
<packaging>aar</packaging> | ||
</project> |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4f6e0cf891e903f91ee3093356815b7a |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
692dedb13cd922156e38dc5f6bcfba86e4141932 |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4f7ea80d7045abd14e8a836ec3a8299a245994b8bbcff7e30d2e3ae7f523c9ec |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
79244ae770a7c732e5eb33d72ca3e707398ae33d0db8e104d63690fecdb156d9cc040571f09baab30ffb19db3ac00b0283b74f581c1245069b4bf477c590732b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>app.notifee</groupId> | ||
<artifactId>core</artifactId> | ||
<versioning> | ||
<latest>202108261754</latest> | ||
<release>202108261754</release> | ||
<versions> | ||
<version>202108261754</version> | ||
</versions> | ||
<lastUpdated>20210912154201</lastUpdated> | ||
</versioning> | ||
</metadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
33d79ec02cd2bebd0c1cfe9502a16dd4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0bf5d007f7fa81eaad25bba677d8f37a6bd4177e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ebd875eb669b17daf6e61f9af0d57f8793fe990f8cddb7511cd9d5a81e218499 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3e4995edd86f651c4f3d2c269a41a0a7f745a997aed7740f6dc6732603575649131452888336e2dfc9d320dc4c6a9504ecf6d421cfd643466357201f0dbefff2 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9e700b60832702682066a206b386b5b3 |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c1b084a8daafb4814058701c207ad64aab908324 |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.aar.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6863c19fb0727f65e29c9e4297becfd4efb5270d9b6d093c996caa71750f30ff |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.aar.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d2d0ac665917ad0c8af34a1f350bb86249c411a0bf460ff21e280c686305a6a63478931fbbcaf2746b8ed4cd29b68d00e3e870b7ee361527c491a9839d9b61c5 |
9 changes: 9 additions & 0 deletions
9
android/libs/app/notifiee/core/202108261754/core-202108261754.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>app.notifiee</groupId> | ||
<artifactId>core</artifactId> | ||
<version>202108261754</version> | ||
<packaging>aar</packaging> | ||
</project> |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
754c06688dbf0498f0e5806257de2beb |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f308df1397dc94daa80f8e1ccdcefaeaed227efe |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.pom.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
56615ed42d737c83c6b3941fc4f15427058fe462ce8009859f7fa722343862cb |
1 change: 1 addition & 0 deletions
1
android/libs/app/notifiee/core/202108261754/core-202108261754.pom.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
82e9a73e4a8e908307fc5de9cddcf388eef8abaeb3e95688de29f1f094311e202674922c1d590047302d9aecb7f60e816cd47b3cbc15ae6e0ed761cc09b61689 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>app.notifiee</groupId> | ||
<artifactId>core</artifactId> | ||
<versioning> | ||
<latest>202108261754</latest> | ||
<release>202108261754</release> | ||
<versions> | ||
<version>202108261754</version> | ||
</versions> | ||
<lastUpdated>20210826225623</lastUpdated> | ||
</versioning> | ||
</metadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d824fea4bfd22ee43ea850f087ee8f56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a65e012bc26dfc30ebc78efc95172fda9d5bd8ea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
598b366a7f5b332aefe4d6cac360b3d62a73eb754b986fad2635b85385737300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cfb166c1294a1399749f41e4d26134d312965c91486ff1d1411a2fd4270c3d7d442570c64334fd900f1d8e2990f03d766fb61b62d5cc2d5d4383ee987f325918 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 16 additions & 6 deletions
22
ios/NotifeeCore.xcframework/ios-arm64_armv7/NotifeeCore.framework/Headers/NotifeeCore.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+240 Bytes
(100%)
ios/NotifeeCore.xcframework/ios-arm64_armv7/NotifeeCore.framework/NotifeeCore
Binary file not shown.
22 changes: 16 additions & 6 deletions
22
...e.xcframework/ios-arm64_i386_x86_64-simulator/NotifeeCore.framework/Headers/NotifeeCore.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+336 Bytes
(100%)
...NotifeeCore.xcframework/ios-arm64_i386_x86_64-simulator/NotifeeCore.framework/NotifeeCore
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...mework/ios-arm64_i386_x86_64-simulator/NotifeeCore.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...k/ios-arm64_i386_x86_64-simulator/NotifeeCore.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 16 additions & 6 deletions
22
...Core.xcframework/ios-arm64_x86_64-maccatalyst/NotifeeCore.framework/Headers/NotifeeCore.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+240 Bytes
(100%)
ios/NotifeeCore.xcframework/ios-arm64_x86_64-maccatalyst/NotifeeCore.framework/NotifeeCore
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters