Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

Update app dependencies (CBW-133) #176

Closed XOOPsoft closed 2 years ago

XOOPsoft commented 2 years ago

Purpose

To keep the apps up to date, we must make sure dependencies are using the latest possible version and update any related code.

Changes

Updated all dependencies and migrates from Kotlin synthetics to Jetpack view binding. Also updated manifest and gradle build script. Fixed a load of build errors and warnings.

Please review the following

Please check if the app compiles and runs. Test screens that you can think of in the. See that they contain content as normal. Of course that must be no crashes.

Checklist

CLA acceptance

_Remove if not applicable.

By submitting the contribution I accept the terms and conditions of the Contributor License Agreement v1.0

Niljak commented 2 years ago

Compiles and works just as before, good job 👍