EtsTest-AndroidApps / BookLife

Unofficial Android application of bookmeter(Retrofit2,Okhttp3,Rxandroid2,RxJava2,Dagger2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unofficial Android application of bookmeter(Retrofit2,Okhttp3,Rxandroid2,RxJava2,Dagger2)

License:Apache License 2.0


Languages

Language:Kotlin 84.0%Language:HTML 10.9%Language:Shell 4.3%Language:Ruby 0.9%