Skip to content

Commit a4e807e

Browse files
committed
cordova: Target Android SDK version 30
This is now required by the Google Play store [0], apps targeting older SDK versions are rejected.
1 parent c6fac8b commit a4e807e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Cordova: Target Android SDK version 30
6+
57
- Docker: Update to Bitcoin Core v22.0 and c-lightning v0.10.2
68

79
## 0.3.0 - 2021-11-03

cordova/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
2828
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
2929
<plugin name="cordova-plugin-local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git#caff55ec758fdf298029ae98aff7f6a8a097feac" />
30-
<preference name="android-targetSdkVersion" value="28" />
30+
<preference name="android-targetSdkVersion" value="30" />
3131
<engine name="android" spec="^7.1.4" />
3232
</widget>

0 commit comments

Comments
 (0)