Skip to content

Commit

Permalink
cordova: Target Android SDK version 30
Browse files Browse the repository at this point in the history
This is now required by the Google Play store [0], apps targeting older SDK versions are rejected.
  • Loading branch information
shesek committed Nov 4, 2021
1 parent c6fac8b commit a4e807e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Cordova: Target Android SDK version 30

- Docker: Update to Bitcoin Core v22.0 and c-lightning v0.10.2

## 0.3.0 - 2021-11-03
Expand Down
2 changes: 1 addition & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git#caff55ec758fdf298029ae98aff7f6a8a097feac" />
<preference name="android-targetSdkVersion" value="28" />
<preference name="android-targetSdkVersion" value="30" />
<engine name="android" spec="^7.1.4" />
</widget>

0 comments on commit a4e807e

Please sign in to comment.