We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e47ca commit 6daaba9Copy full SHA for 6daaba9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [3.1.0-beta.2](https://github.com/capacitor-community/app-icon/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2023-04-10)
4
+
5
+### Features
6
7
+* **android:** add `isSupported` plugin method
8
9
## [2.0.4](https://github.com/capacitor-community/app-icon/compare/v2.0.3...v2.0.4) (2021-08-31)
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/app-icon",
- "version": "3.1.0-beta.1",
+ "version": "3.1.0-beta.2",
"description": "Capacitor community plugin for changing an iOS app icon.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
0 commit comments