@capacitor/screen-reader 7.0.0-nightly-20241209T150540.0 → 7.0.0-nightly-20241211T150551.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.
@@ -49,8 +49,8 @@ android {
49
49
  abortOnError false
50
50
  }
51
51
  compileOptions {
52
- sourceCompatibility JavaVersion.VERSION_17
53
- targetCompatibility JavaVersion.VERSION_17
52
+ sourceCompatibility JavaVersion.VERSION_21
53
+ targetCompatibility JavaVersion.VERSION_21
54
54
  }
55
55
  publishing {
56
56
  singleVariant("release")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/screen-reader",
3
- "version": "7.0.0-nightly-20241209T150540.0",
3
+ "version": "7.0.0-nightly-20241211T150551.0",
4
4
  "description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "c6ddc53efb7eb2b3fc04fc9f2dc9660c9db1a464"
84
+ "gitHead": "123193b9cf19784c69e1fd382516a319779e36a5"
85
85
  }