@capacitor/local-notifications 8.0.0-dev-2431-20251106T155101.0 → 8.0.0-dev-2433-20251106T204957.0

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.
@@ -11,11 +11,11 @@ buildscript {
11
11
  google()
12
12
  mavenCentral()
13
13
  maven {
14
- url = "https://plugins.gradle.org/m2/"
14
+ url "https://plugins.gradle.org/m2/"
15
15
  }
16
16
  }
17
17
  dependencies {
18
- classpath 'com.android.tools.build:gradle:8.7.2'
18
+ classpath 'com.android.tools.build:gradle:8.13.0'
19
19
  if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
20
20
  classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
21
21
  }
@@ -30,7 +30,7 @@ if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
30
30
  }
31
31
 
32
32
  android {
33
- namespace = "com.capacitorjs.plugins.localnotifications"
33
+ namespace "com.capacitorjs.plugins.localnotifications"
34
34
  compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
35
35
  defaultConfig {
36
36
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
@@ -46,7 +46,7 @@ android {
46
46
  }
47
47
  }
48
48
  lintOptions {
49
- abortOnError = false
49
+ abortOnError false
50
50
  }
51
51
  compileOptions {
52
52
  sourceCompatibility JavaVersion.VERSION_21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/local-notifications",
3
- "version": "8.0.0-dev-2431-20251106T155101.0",
3
+ "version": "8.0.0-dev-2433-20251106T204957.0",
4
4
  "description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",