react-native-notify-kit 9.1.17 → 9.1.19

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.
Files changed (25) hide show
  1. package/android/build.gradle +10 -2
  2. package/android/libs/app/notifee/core/202108261754/core-202108261754.aar +0 -0
  3. package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.md5 +1 -1
  4. package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha1 +1 -1
  5. package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha256 +1 -1
  6. package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha512 +1 -1
  7. package/android/libs/app/notifee/core/202108261754/core-202108261754.module +146 -0
  8. package/android/libs/app/notifee/core/202108261754/core-202108261754.module.md5 +1 -0
  9. package/android/libs/app/notifee/core/202108261754/core-202108261754.module.sha1 +1 -0
  10. package/android/libs/app/notifee/core/202108261754/core-202108261754.module.sha256 +1 -0
  11. package/android/libs/app/notifee/core/202108261754/core-202108261754.module.sha512 +1 -0
  12. package/android/libs/app/notifee/core/202108261754/core-202108261754.pom +55 -0
  13. package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.md5 +1 -1
  14. package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha1 +1 -1
  15. package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha256 +1 -1
  16. package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha512 +1 -1
  17. package/android/libs/app/notifee/core/maven-metadata.xml +1 -1
  18. package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -1
  19. package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -1
  20. package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -1
  21. package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -1
  22. package/dist/version.d.ts +1 -1
  23. package/dist/version.js +1 -1
  24. package/package.json +1 -1
  25. package/src/version.ts +1 -1
@@ -98,12 +98,20 @@ dependencies {
98
98
  implementation(group: 'app.notifee', name:'core', version: '+')
99
99
  }
100
100
 
101
- implementation("com.google.guava:guava:33.3.1-android") // https://github.com/google/guava
101
+ implementation("com.google.guava:guava:33.5.0-android") // https://github.com/google/guava
102
102
  implementation 'androidx.concurrent:concurrent-futures:1.1.0' // https://developer.android.com/jetpack/androidx/releases/concurrent
103
- implementation 'androidx.work:work-runtime:2.8.0' // https://developer.android.com/jetpack/androidx/releases/work
103
+ implementation 'androidx.work:work-runtime:2.11.1' // https://developer.android.com/jetpack/androidx/releases/work
104
104
  implementation 'org.greenrobot:eventbus:3.3.1' // https://github.com/greenrobot/EventBus/releases
105
105
  implementation 'androidx.lifecycle:lifecycle-process:2.3.1'
106
106
 
107
+ // NotifeeCoreDatabase_Impl is generated against Room 2.8.4's RoomOpenDelegate API
108
+ // (stable since Room 2.6.0). If bumping this version, verify the generated _Impl class
109
+ // is still binary-compatible by running yarn smoke:android. A future Room 3.0 with
110
+ // breaking changes will require regenerating and republishing the core AAR.
111
+ api 'androidx.room:room-runtime:2.8.4' // https://developer.android.com/jetpack/androidx/releases/room
112
+ api 'androidx.sqlite:sqlite:2.6.2' // https://developer.android.com/jetpack/androidx/releases/sqlite
113
+ api 'androidx.sqlite:sqlite-framework:2.6.2'
114
+
107
115
  //noinspection GradleDynamicVersion
108
116
  implementation 'com.facebook.react:react-android:+'
109
117
  }
@@ -1 +1 @@
1
- 9468015f44d6b97412f8213b087d0631
1
+ 6a7a27d06bb47e3256e43cf89f697a06
@@ -1 +1 @@
1
- 67639050c2e0d75dca80a55e0b0b94895c2345cb
1
+ 1ebff59e51ed59546bebeda601ffa872dc45e282
@@ -1 +1 @@
1
- 3991dd1a50f953426099e68c0f10be525d8482b5537148b95b20b4b2684a49e8
1
+ 4f0ed80e12c0b1679841d2f61c273f67302ae5cae5a2ffdd8ed4dae8b21492e0
@@ -1 +1 @@
1
- 1d8f512300ff5e2b4202297161433d5e888cb8ac08c88665f3d6529401addc3933ec9cbcb6280590eb3a29fe5720974badf5ad6868d9224cbbc42e302a09a54a
1
+ 3582b2abd061836f15873af1a2c01e234ff1b98162b39626befc7b1bbcb969e131c1ce9eed51a22d3dfc26cd135987a5846ed8a455dec89a51077d4d818ec590
@@ -0,0 +1,146 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "app.notifee",
5
+ "module": "core",
6
+ "version": "202108261754",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "8.9"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseVariantReleaseApiPublication",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.dependency.bundling": "external",
22
+ "org.gradle.libraryelements": "aar",
23
+ "org.gradle.usage": "java-api"
24
+ },
25
+ "dependencies": [
26
+ {
27
+ "group": "androidx.annotation",
28
+ "module": "annotation",
29
+ "version": {
30
+ "requires": "1.3.0"
31
+ }
32
+ },
33
+ {
34
+ "group": "androidx.concurrent",
35
+ "module": "concurrent-futures",
36
+ "version": {
37
+ "requires": "1.1.0"
38
+ }
39
+ },
40
+ {
41
+ "group": "androidx.work",
42
+ "module": "work-runtime",
43
+ "version": {
44
+ "requires": "2.11.1"
45
+ }
46
+ },
47
+ {
48
+ "group": "org.greenrobot",
49
+ "module": "eventbus",
50
+ "version": {
51
+ "requires": "3.3.1"
52
+ }
53
+ }
54
+ ],
55
+ "files": [
56
+ {
57
+ "name": "core-202108261754.aar",
58
+ "url": "core-202108261754.aar",
59
+ "size": 111312,
60
+ "sha512": "3582b2abd061836f15873af1a2c01e234ff1b98162b39626befc7b1bbcb969e131c1ce9eed51a22d3dfc26cd135987a5846ed8a455dec89a51077d4d818ec590",
61
+ "sha256": "4f0ed80e12c0b1679841d2f61c273f67302ae5cae5a2ffdd8ed4dae8b21492e0",
62
+ "sha1": "1ebff59e51ed59546bebeda601ffa872dc45e282",
63
+ "md5": "6a7a27d06bb47e3256e43cf89f697a06"
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "name": "releaseVariantReleaseRuntimePublication",
69
+ "attributes": {
70
+ "org.gradle.category": "library",
71
+ "org.gradle.dependency.bundling": "external",
72
+ "org.gradle.libraryelements": "aar",
73
+ "org.gradle.usage": "java-runtime"
74
+ },
75
+ "dependencies": [
76
+ {
77
+ "group": "com.facebook.fresco",
78
+ "module": "fresco",
79
+ "version": {
80
+ "requires": "2.6.0"
81
+ }
82
+ },
83
+ {
84
+ "group": "com.google.guava",
85
+ "module": "guava",
86
+ "version": {
87
+ "requires": "33.5.0-android"
88
+ }
89
+ },
90
+ {
91
+ "group": "androidx.core",
92
+ "module": "core",
93
+ "version": {
94
+ "requires": "1.6.0"
95
+ }
96
+ },
97
+ {
98
+ "group": "androidx.room",
99
+ "module": "room-runtime",
100
+ "version": {
101
+ "requires": "2.8.4"
102
+ }
103
+ },
104
+ {
105
+ "group": "androidx.annotation",
106
+ "module": "annotation",
107
+ "version": {
108
+ "requires": "1.3.0"
109
+ }
110
+ },
111
+ {
112
+ "group": "androidx.concurrent",
113
+ "module": "concurrent-futures",
114
+ "version": {
115
+ "requires": "1.1.0"
116
+ }
117
+ },
118
+ {
119
+ "group": "androidx.work",
120
+ "module": "work-runtime",
121
+ "version": {
122
+ "requires": "2.11.1"
123
+ }
124
+ },
125
+ {
126
+ "group": "org.greenrobot",
127
+ "module": "eventbus",
128
+ "version": {
129
+ "requires": "3.3.1"
130
+ }
131
+ }
132
+ ],
133
+ "files": [
134
+ {
135
+ "name": "core-202108261754.aar",
136
+ "url": "core-202108261754.aar",
137
+ "size": 111312,
138
+ "sha512": "3582b2abd061836f15873af1a2c01e234ff1b98162b39626befc7b1bbcb969e131c1ce9eed51a22d3dfc26cd135987a5846ed8a455dec89a51077d4d818ec590",
139
+ "sha256": "4f0ed80e12c0b1679841d2f61c273f67302ae5cae5a2ffdd8ed4dae8b21492e0",
140
+ "sha1": "1ebff59e51ed59546bebeda601ffa872dc45e282",
141
+ "md5": "6a7a27d06bb47e3256e43cf89f697a06"
142
+ }
143
+ ]
144
+ }
145
+ ]
146
+ }
@@ -0,0 +1 @@
1
+ ec7b2604f6c5d14387879e78f32d6fb4
@@ -0,0 +1 @@
1
+ 95aaa0381cd97f59c145f1c4f3468070cbd99ae4
@@ -0,0 +1 @@
1
+ 5ba89e66e16caa67126861cdc91ea0331c68ed3bbd160ce8022ad1960e53644c
@@ -0,0 +1 @@
1
+ 8ecfdf95ee33bebdef0a8a2864c0d2bc2b0f351d029ce17e03b700d15b254ce4f01463e251d9481e71066bb118bf23f806c02ac386e076af5088949f3802e137
@@ -1,9 +1,64 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <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"
3
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+ <!-- This module was also published with a richer model, Gradle metadata, -->
5
+ <!-- which should be used instead. Do not delete the following line which -->
6
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
+ <!-- that they should prefer consuming it instead. -->
8
+ <!-- do_not_remove: published-with-gradle-metadata -->
4
9
  <modelVersion>4.0.0</modelVersion>
5
10
  <groupId>app.notifee</groupId>
6
11
  <artifactId>core</artifactId>
7
12
  <version>202108261754</version>
8
13
  <packaging>aar</packaging>
14
+ <dependencies>
15
+ <dependency>
16
+ <groupId>androidx.annotation</groupId>
17
+ <artifactId>annotation</artifactId>
18
+ <version>1.3.0</version>
19
+ <scope>compile</scope>
20
+ </dependency>
21
+ <dependency>
22
+ <groupId>androidx.concurrent</groupId>
23
+ <artifactId>concurrent-futures</artifactId>
24
+ <version>1.1.0</version>
25
+ <scope>compile</scope>
26
+ </dependency>
27
+ <dependency>
28
+ <groupId>androidx.work</groupId>
29
+ <artifactId>work-runtime</artifactId>
30
+ <version>2.11.1</version>
31
+ <scope>compile</scope>
32
+ </dependency>
33
+ <dependency>
34
+ <groupId>org.greenrobot</groupId>
35
+ <artifactId>eventbus</artifactId>
36
+ <version>3.3.1</version>
37
+ <scope>compile</scope>
38
+ </dependency>
39
+ <dependency>
40
+ <groupId>com.facebook.fresco</groupId>
41
+ <artifactId>fresco</artifactId>
42
+ <version>2.6.0</version>
43
+ <scope>runtime</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>com.google.guava</groupId>
47
+ <artifactId>guava</artifactId>
48
+ <version>33.5.0-android</version>
49
+ <scope>runtime</scope>
50
+ </dependency>
51
+ <dependency>
52
+ <groupId>androidx.core</groupId>
53
+ <artifactId>core</artifactId>
54
+ <version>1.6.0</version>
55
+ <scope>runtime</scope>
56
+ </dependency>
57
+ <dependency>
58
+ <groupId>androidx.room</groupId>
59
+ <artifactId>room-runtime</artifactId>
60
+ <version>2.8.4</version>
61
+ <scope>runtime</scope>
62
+ </dependency>
63
+ </dependencies>
9
64
  </project>
@@ -1 +1 @@
1
- 4f6e0cf891e903f91ee3093356815b7a
1
+ 7d300b913b5c8bd22ad71a3309447696
@@ -1 +1 @@
1
- 692dedb13cd922156e38dc5f6bcfba86e4141932
1
+ bdca30e0d4ba2b33343222240ac9dc21cbbacd30
@@ -1 +1 @@
1
- 4f7ea80d7045abd14e8a836ec3a8299a245994b8bbcff7e30d2e3ae7f523c9ec
1
+ 610b38be2d82362746d852773251f4eb3b4ad075b18d7a728a0ea00b5b325dc2
@@ -1 +1 @@
1
- 79244ae770a7c732e5eb33d72ca3e707398ae33d0db8e104d63690fecdb156d9cc040571f09baab30ffb19db3ac00b0283b74f581c1245069b4bf477c590732b
1
+ cf367df7043fea90e97189801fb17c10dff34e063f7a9323a7a635426591d56cfb727fbca0f48ab8241bc2cba59f6fc175ac4e57ae8d2fc1f114f764401c2c8b
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261754</version>
10
10
  </versions>
11
- <lastUpdated>20260406205802</lastUpdated>
11
+ <lastUpdated>20260407095025</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 1781a5379b40d329fe7c05d3dd229caf
1
+ 4cd00d35eb2c52b5da70bd750ca2f278
@@ -1 +1 @@
1
- 932c8efbd859682956ba621463508b1231cfbd68
1
+ b2423a4923cfd7d1606dd2b1261c1c469852c77a
@@ -1 +1 @@
1
- 1ec6b7be9c52400f04a41e2982acdfbb5a4a4c431ebb2a47d603982893913710
1
+ f7d8da04a8e3efd70f19ddeacdc092398c3b3af14737fd90e1f6e0fd76e6974c
@@ -1 +1 @@
1
- b4254d2ff3885107fa70867964ee003bd2a0f8794b0b6164f293ae57a5415098d76bcc54fdd61d155cabe582ef8c13809c96a6e78b764cbea7d1e343efe469f7
1
+ 7eca8612035b483c4dede070ada94ff63f5d04714c37597ddcba8e11afa8ad47e4107f6f1908503682c990b01954bede58b413f04f19e6c9896e6939703c6878
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.17";
1
+ export declare const version = "9.1.19";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.17';
2
+ export const version = '9.1.19';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-notify-kit",
3
- "version": "9.1.17",
3
+ "version": "9.1.19",
4
4
  "author": "Marco Crupi",
5
5
  "description": "Maintained Notifee-compatible fork for React Native — advanced local notifications for Android & iOS.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.17';
2
+ export const version = '9.1.19';