@capacitor/camera 8.0.0-dev-2431-20251106T155052.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.
@@ -13,11 +13,11 @@ buildscript {
13
13
  google()
14
14
  mavenCentral()
15
15
  maven {
16
- url = "https://plugins.gradle.org/m2/"
16
+ url "https://plugins.gradle.org/m2/"
17
17
  }
18
18
  }
19
19
  dependencies {
20
- classpath 'com.android.tools.build:gradle:8.7.2'
20
+ classpath 'com.android.tools.build:gradle:8.13.0'
21
21
  if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
22
22
  classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
23
23
  }
@@ -32,7 +32,7 @@ if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
32
32
  }
33
33
 
34
34
  android {
35
- namespace = "com.capacitorjs.plugins.camera"
35
+ namespace "com.capacitorjs.plugins.camera"
36
36
  compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
37
37
  defaultConfig {
38
38
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
@@ -48,7 +48,7 @@ android {
48
48
  }
49
49
  }
50
50
  lintOptions {
51
- abortOnError = false
51
+ abortOnError false
52
52
  }
53
53
  compileOptions {
54
54
  sourceCompatibility JavaVersion.VERSION_21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/camera",
3
- "version": "8.0.0-dev-2431-20251106T155052.0",
3
+ "version": "8.0.0-dev-2433-20251106T204957.0",
4
4
  "description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",