@capacitor/browser 6.0.0-alpha.2 → 6.0.0-dev-1903-20231117T162553.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.
package/README.md CHANGED
@@ -17,7 +17,7 @@ npx cap sync
17
17
 
18
18
  This plugin will use the following project variables (defined in your app's `variables.gradle` file):
19
19
 
20
- - `androidxBrowserVersion`: version of `androidx.browser:browser` (default: `1.5.0`)
20
+ - `androidxBrowserVersion`: version of `androidx.browser:browser` (default: `1.7.0`)
21
21
 
22
22
  ## Example
23
23
 
@@ -4,7 +4,7 @@ ext {
4
4
  androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
5
5
  androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
6
6
  androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
7
- androidxBrowserVersion = project.hasProperty('androidxBrowserVersion') ? rootProject.ext.androidxBrowserVersion : '1.5.0'
7
+ androidxBrowserVersion = project.hasProperty('androidxBrowserVersion') ? rootProject.ext.androidxBrowserVersion : '1.7.0'
8
8
  }
9
9
 
10
10
  buildscript {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/browser",
3
- "version": "6.0.0-alpha.2",
3
+ "version": "6.0.0-dev-1903-20231117T162553.0",
4
4
  "description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -78,6 +78,5 @@
78
78
  },
79
79
  "publishConfig": {
80
80
  "access": "public"
81
- },
82
- "gitHead": "af95940154b4286542e776f348c58faccbf16803"
81
+ }
83
82
  }