react-native-notify-kit 9.1.14 → 9.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar +0 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.md5 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha1 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha256 +1 -1
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha512 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -1
- package/android/proguard-rules.pro +4 -11
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# react-native-notify-kit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Maintained Notifee-compatible fork — a feature-rich React Native notification library (Android & iOS).
|
|
4
4
|
|
|
5
5
|
<!-- markdownlint-disable MD033 -->
|
|
6
6
|
<p align="center">
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9468015f44d6b97412f8213b087d0631
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
67639050c2e0d75dca80a55e0b0b94895c2345cb
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3991dd1a50f953426099e68c0f10be525d8482b5537148b95b20b4b2684a49e8
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1d8f512300ff5e2b4202297161433d5e888cb8ac08c88665f3d6529401addc3933ec9cbcb6280590eb3a29fe5720974badf5ad6868d9224cbbc42e302a09a54a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1daae6e90edf29b4c559c1639ccfd9b4
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
575456947a60cd406161b156852598e5646575fd
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3e0ca319ed24e96a164ce5814272c9347f9a668d737c2515477dacc832e9dfaf
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c3d6a17308cb08ec474005b7348608cb00d73f0db6b2b5cc70924d8c7034c9ddebc525feafd36ff2df2727e0e242fa31f78fb9ecea15bb4990ce14cec89652dd
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
-keepattributes *Annotation*
|
|
17
17
|
|
|
18
18
|
# Keep the classes/members we need for client functionality.
|
|
19
|
-
-keep @interface androidx.annotation.Keep
|
|
20
|
-
-keep @androidx.annotation.Keep class *
|
|
19
|
+
-keep @interface androidx.annotation.Keep { *; }
|
|
20
|
+
-keep @androidx.annotation.Keep class * { *; }
|
|
21
21
|
-keepclasseswithmembers class * {
|
|
22
22
|
@androidx.annotation.Keep <fields>;
|
|
23
23
|
}
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
# Keep the classes/members we need for client functionality.
|
|
29
|
-
-keep @interface app.notifee.core.KeepForSdk
|
|
30
|
-
-keep @app.notifee.core.KeepForSdk class *
|
|
29
|
+
-keep @interface app.notifee.core.KeepForSdk { *; }
|
|
30
|
+
-keep @app.notifee.core.KeepForSdk class * { *; }
|
|
31
31
|
-keepclasseswithmembers class * {
|
|
32
32
|
@app.notifee.core.KeepForSdk <fields>;
|
|
33
33
|
}
|
|
@@ -73,10 +73,3 @@
|
|
|
73
73
|
<init>(java.lang.Throwable);
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
# OkHttp3
|
|
77
|
-
-dontwarn okio.**
|
|
78
|
-
-dontwarn okhttp3.**
|
|
79
|
-
-dontwarn javax.annotation.**
|
|
80
|
-
-dontwarn org.conscrypt.**
|
|
81
|
-
# A resource is loaded with a relative path so the package of this class must be preserved.
|
|
82
|
-
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.1.
|
|
1
|
+
export declare const version = "9.1.16";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-notify-kit",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.16",
|
|
4
4
|
"author": "Marco Crupi",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Maintained Notifee-compatible fork for React Native — advanced local notifications for Android & iOS.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"scripts": {
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '9.1.
|
|
2
|
+
export const version = '9.1.16';
|