@capacitor/screen-reader 7.0.0-nightly-20241129T150525.0 → 7.0.0-nightly-20241202T150552.0
Sign up to get free protection for your applications and to get access to all the features.
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/android/build.gradle
CHANGED
@@ -15,7 +15,7 @@ buildscript {
|
|
15
15
|
}
|
16
16
|
}
|
17
17
|
dependencies {
|
18
|
-
classpath 'com.android.tools.build:gradle:8.7.
|
18
|
+
classpath 'com.android.tools.build:gradle:8.7.2'
|
19
19
|
if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
|
20
20
|
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
21
21
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@capacitor/screen-reader",
|
3
|
-
"version": "7.0.0-nightly-
|
3
|
+
"version": "7.0.0-nightly-20241202T150552.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": "
|
84
|
+
"gitHead": "12505f3b5761c382702e3370a0633e0336bed84e"
|
85
85
|
}
|