The settings app for WayDroid.
This project uses Spotless to format source code, and you can use the below command to check and format source code before you push changes to the repository for reviewing:
./gradlew spotlessCheck
./gradlew spotlessApply
If you encounter an error when use ./gradlew spotlessApply
, you should fix format errors
manually, because the Spotless based formatter can't fix all errors.
This project has some instrumentation tests, and you should use the below command to check tests before you push changes to the repository for reviewing:
./gradlew connectedAndroidTest
The WayDroidSettings
is released with apk, and you can use the following commands build apk:
./gradlew build
And copy the app/build/outputs/apk/release/app-release-unsigned.apk
as the released apk to the
release repository.