Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Würthner committed Apr 8, 2017
2 parents 80c18ff + 8a2ff9c commit aeed403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2017 crysxd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A implementation of `SharedPreferences` which syncs with Firebase database to ke

The usage is pretty simple and straight forward if you have ever worked with `SharedPreferences`. You can also easily use them with `PreferenceFragment`.

This project contains a exmaple app, take a look how you can use `SharedFirebasePreferences`!

# Setup
Add this to your project level build.gradle:
```
Expand All @@ -19,7 +21,7 @@ allprojects {
Add this to your app level build.gradle:
```
dependencies {
compile 'com.github.crysxd:SharedFirebasePreferences:1.0.0'
compile 'com.github.crysxd:shared-firebase-preferences:1.0.0'
}
```
# Firebase Setup
Expand Down

0 comments on commit aeed403

Please sign in to comment.