Concordium / concordium-reference-wallet-android

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

CI: Add workflow for building app #193

Closed bisgardo closed 1 year ago

bisgardo commented 1 year ago

Resolves https://concordium.atlassian.net/browse/CBW-787.

The command ./gradlew build builds the project and runs tests (and apparently also some linter):

$ ./gradlew tasks | grep '^build'
build - Assembles and tests this project.

All non-workflow changes were done to appease the linter which reported a bunch of errors. A ton of warnings have not been addressed as they don't fail the build. The deleted file StorageAccessFrameworkUtil was unused and had a line that ignited the linter.

Verified that the changed activity XML files didn't change anything visible except in the biometrics activity which I cannot seem to activate on my test phone.