@capacitor/screen-reader 7.0.0-nightly-20241022T150523.0 → 7.0.0-nightly-20241024T150530.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
11
11
|
s.author = package['author']
|
12
12
|
s.source = { :git => 'https://github.com/ionic-team/capacitor-plugins.git', :tag => package['name'] + '@' + package['version'] }
|
13
13
|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}', 'screen-reader/ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
|
14
|
-
s.ios.deployment_target
|
14
|
+
s.ios.deployment_target = '14.0'
|
15
15
|
s.dependency 'Capacitor'
|
16
16
|
s.swift_version = '5.1'
|
17
17
|
end
|
package/android/build.gradle
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
ext {
|
2
2
|
capacitorVersion = System.getenv('CAPACITOR_VERSION')
|
3
3
|
junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.2'
|
4
|
-
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.
|
5
|
-
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1
|
6
|
-
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.
|
4
|
+
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.0'
|
5
|
+
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.2.1'
|
6
|
+
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.6.1'
|
7
7
|
}
|
8
8
|
|
9
9
|
buildscript {
|
@@ -15,7 +15,7 @@ buildscript {
|
|
15
15
|
}
|
16
16
|
}
|
17
17
|
dependencies {
|
18
|
-
classpath 'com.android.tools.build:gradle:8.
|
18
|
+
classpath 'com.android.tools.build:gradle:8.7.0'
|
19
19
|
if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
|
20
20
|
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
21
21
|
}
|
@@ -31,10 +31,10 @@ if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
|
|
31
31
|
|
32
32
|
android {
|
33
33
|
namespace "com.capacitorjs.plugins.screenreader"
|
34
|
-
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion :
|
34
|
+
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35
|
35
35
|
defaultConfig {
|
36
|
-
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion :
|
37
|
-
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion :
|
36
|
+
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
|
37
|
+
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35
|
38
38
|
versionCode 1
|
39
39
|
versionName "1.0"
|
40
40
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
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-20241024T150530.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",
|
@@ -47,10 +47,10 @@
|
|
47
47
|
"publish:cocoapod": "pod trunk push ./CapacitorScreenReader.podspec --allow-warnings"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@capacitor/android": "
|
51
|
-
"@capacitor/core": "
|
50
|
+
"@capacitor/android": "next",
|
51
|
+
"@capacitor/core": "next",
|
52
52
|
"@capacitor/docgen": "0.2.2",
|
53
|
-
"@capacitor/ios": "
|
53
|
+
"@capacitor/ios": "next",
|
54
54
|
"@ionic/eslint-config": "^0.4.0",
|
55
55
|
"@ionic/prettier-config": "~1.0.1",
|
56
56
|
"@ionic/swiftlint-config": "^1.1.2",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"typescript": "~4.1.5"
|
64
64
|
},
|
65
65
|
"peerDependencies": {
|
66
|
-
"@capacitor/core": "
|
66
|
+
"@capacitor/core": "next"
|
67
67
|
},
|
68
68
|
"prettier": "@ionic/prettier-config",
|
69
69
|
"swiftlint": "@ionic/swiftlint-config",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"publishConfig": {
|
82
82
|
"access": "public"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "72801482306b93263be0945e8069dd8c1108da2d"
|
85
85
|
}
|