astarub / campus_app

Campus App of Ruhr-University Bochum
https://app.asta-bochum.de
GNU Affero General Public License v3.0
13 stars 7 forks source link

Upgrade dependencies & increase deployment target #110

Closed henry-herrmann closed 1 year ago

henry-herrmann commented 1 year ago

This PR upgrades several dependencies and updates gradle to the version 7.4 and gradle-wrapper to the version 7..6. Additionally the minimal deployment target is increased as flutter_nfc_kit accesses APIs that are only available from iOS 13 and above. A bug causing certain universal links not being opened in the app is also resolved with this PR.