Please see the issues section to report any bugs or feature requests and to see the list of known issues.
You should be able to build the project from Android Studio without any further setup. The app Firebase Fabric for crash reporting, so if you wanted to do a release build, you would need to generate your own Firebase project and place the google-services.json
file in the app
directory. Additionally, you would want to make a new keystore, placing the name of the keystore and password in the app/gradle.properties
file:
KEYSTORE_NAME=keystore.jks
KEYSTORE_PASSWORD=keystore_password_here
KEY_PASSWORD=key_password_here
To build, run the following:
./gradlew assembleDebug
or, for release builds:
./gradlew assembleRelease
Please fork this repository and contribute back! Please make your best effort to break up commits as much as possible to improve the reviewing process.
If you are making substantial changes, please refer to Commit 451's style guidelines for Android/Kotlin. Add major changes/features to the changelog file as well.
Copyright 2019 Commit 451
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.