Unofficial Android application of bookmeter(https://bookmeter.com/)
$ cd path/to/BookLife
$ mv keystore.properties.template keystore.properties
storeFile=[your keystore filename]
storePassword=[your keystore password]
keyAlias=[your key alias]
keyPassword=[your key password]
$ cd path/to/BookLife/app
$ mv fabric.properties.template fabric.properties
apiSecret=[your api secret]
apiKey=[your api key]
Create Firebase project and download google-services.json
$ cd path/to/BookLife
$ ./gradlew generateLicensePage
See https://github.com/gojuno/mainframer/tree/development/samples/gradle-android
Japanese document Androidのリモートビルドにmainframerを使ってみる - Qiita