Plugin(s)
Version
7.0.1
Platform(s)
Current behavior
After updating to v7.0.1, I checked the apk for my android build and got the warning that 3 sources did not support the 16 KB page size requirement. I found the sources to originate from the plugins or sources within the cloudinary plugin.
Expected behavior
The 16 KB page size requirement to be fulfilled
Reproduction
https://github.com/Sandervg03/-capawesome-capacitor-cloudinary-bug-report
Steps to reproduce
- In root, run yarn to install dependencies.
- Open Android folder in android studio to sync gradle files.
- Start app in emulator.
- In android studio, click build and analyze APK
- You will find the following
- Open root folder and remove @capawesome/capacitory-cloudinary from package.json, run yarn and npx cap sync.
- Open android folder in android studio, open terminal and run: ./gradlew clean as well as ./gradlew build.
- Start app in emulator.
- In android studio, click build and analyze APK
- You will find the following
Other information
No response
Capacitor doctor
➜ capacitor-app git:(main) yarn cap doctor
yarn run v1.22.22
$ /Users/sander/work/capacitor-app/node_modules/.bin/cap doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.4.3
@capacitor/core: 7.4.3
@capacitor/android: 7.4.3
@capacitor/ios: 7.4.3
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 7.4.3
@capacitor/core: 7.4.3
@capacitor/android: 7.4.3
[success] Android looking great! 👌
✨ Done in 0.92s.
Before submitting
Plugin(s)
Version
7.0.1
Platform(s)
Current behavior
After updating to v7.0.1, I checked the apk for my android build and got the warning that 3 sources did not support the 16 KB page size requirement. I found the sources to originate from the plugins or sources within the cloudinary plugin.
Expected behavior
The 16 KB page size requirement to be fulfilled
Reproduction
https://github.com/Sandervg03/-capawesome-capacitor-cloudinary-bug-report
Steps to reproduce
Other information
No response
Capacitor doctor
➜ capacitor-app git:(main) yarn cap doctor
yarn run v1.22.22
$ /Users/sander/work/capacitor-app/node_modules/.bin/cap doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.4.3
@capacitor/core: 7.4.3
@capacitor/android: 7.4.3
@capacitor/ios: 7.4.3
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 7.4.3
@capacitor/core: 7.4.3
@capacitor/android: 7.4.3
[success] Android looking great! 👌
✨ Done in 0.92s.
Before submitting