codeplay-common 3.1.9 → 3.2.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.
@@ -2176,6 +2176,9 @@ const ERROR_MSG = `
2176
2176
  ❌ Capacitor SystemBars.java structure changed!
2177
2177
 
2178
2178
  Plugin: @capacitor/android
2179
+ Path : node_modules\@capacitor\android\capacitor\src\main\java\com\getcapacitor\plugin\SystemBars.java
2180
+
2181
+ Check version of "@capacitor/android": in package.json
2179
2182
 
2180
2183
  👉 Expected code block not found.
2181
2184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "3.1.9",
3
+ "version": "3.2.0",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",