Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
75 lines (61 loc) · 3.12 KB

README.md

File metadata and controls

75 lines (61 loc) · 3.12 KB

BookLife

Unofficial Android application of bookmeter(https://bookmeter.com/)

Preview

ScreenShots

Get it on Google Play

How to build

create keystore.properties

$ 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]

create fabric.properties.properties

$ cd path/to/BookLife/app
$ mv fabric.properties.template fabric.properties
apiSecret=[your api secret]
apiKey=[your api key]

create google-services.json

Create Firebase project and download google-services.json

create licenses.html

$ cd path/to/BookLife
$ ./gradlew generateLicensePage

How to remote build with mainframer

See https://github.com/gojuno/mainframer/tree/development/samples/gradle-android

Japanese document Androidのリモートビルドにmainframerを使ってみる - Qiita

Thanks

Licenses

https://github.com/futabooo/BookLife/blob/master/LICENSE