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 c6fac8b commit a4e807eCopy full SHA for a4e807e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Cordova: Target Android SDK version 30
6
+
7
- Docker: Update to Bitcoin Core v22.0 and c-lightning v0.10.2
8
9
## 0.3.0 - 2021-11-03
cordova/config.xml
@@ -27,6 +27,6 @@
27
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
28
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
29
<plugin name="cordova-plugin-local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git#caff55ec758fdf298029ae98aff7f6a8a097feac" />
30
- <preference name="android-targetSdkVersion" value="28" />
+ <preference name="android-targetSdkVersion" value="30" />
31
<engine name="android" spec="^7.1.4" />
32
</widget>
0 commit comments