vickychijwani / quill
- вторник, 28 июня 2016 г. в 03:13:30
Java
📝 The beautiful Android app for your Ghost blog.
Quill is the beautiful Android app for your Ghost blog. Get it here on the Google Play Store.
Quill uses Fabric (formerly Crashlytics) for automatic crash-reporting. However my Fabric API key and secret is not committed to this Github repo for security reasons. So to build the app in Android Studio, you will have to either:
app/crashlytics.properties
and set your own Fabric API key and secret like this:apiKey=YOUR_API_KEY_HERE
apiSecret=YOUR_API_SECRET_HERE
app/crashlytics.properties
and comment out the call Fabric.with(this, new Crashlytics())
in SpectreApplication.java
line 51If you face any issues setting this up, please let me know by filing a new issue.