@ammarahmed/notifee-react-native 7.4.1 → 7.4.2

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.
@@ -1,7 +1,6 @@
1
1
  import java.nio.file.Paths
2
2
  import org.gradle.internal.jvm.Jvm
3
3
 
4
- apply plugin: 'com.android.library'
5
4
 
6
5
  buildscript {
7
6
  // The Android Gradle plugin is only required when opening the android folder stand-alone.
@@ -23,6 +22,8 @@ plugins {
23
22
  id "io.invertase.gradle.build" version "1.5"
24
23
  }
25
24
 
25
+ apply plugin: 'com.android.library'
26
+
26
27
  // https://github.com/facebook/react-native/blob/a70354df12ef71aec08583cca4f1fed5fb77d874/ReactAndroid/build.gradle#L168-L201
27
28
  def findNodeModulePath(baseDir, packageName) {
28
29
  def basePath = baseDir.toPath().normalize()
@@ -67,15 +68,14 @@ project.ext {
67
68
  android {
68
69
  defaultConfig {
69
70
  multiDexEnabled true
70
- }
71
-
72
- javaCompileOptions {
71
+ javaCompileOptions {
73
72
  annotationProcessorOptions {
74
73
  arguments = ["room.schemaLocation":
75
74
  "$projectDir/schemas".toString(),
76
75
  eventBusIndex: 'app.notifee.core.EventBusIndex']
77
76
  }
78
77
  }
78
+ }
79
79
 
80
80
  lintOptions {
81
81
  disable 'GradleCompatible'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/notifee-react-native",
3
- "version": "7.4.1",
3
+ "version": "7.4.2",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "Notifee - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",