Created
November 3, 2017 18:32
-
-
Save npatarino/8f9bbd4a51e858d3b2c7d491f7e738be to your computer and use it in GitHub Desktop.
Realm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://realm.io/products/realm-studio/ | |
build.gradle | |
classpath "io.realm:realm-gradle-plugin:2.2.1" | |
app/build.gradle | |
apply plugin: 'realm-android' | |
https://github.com/realm/realm-android-adapters/blob/master/example/src/main/java/io/realm/examples/adapters/ui/recyclerview/MyRecyclerViewAdapter.java | |
http://blog.bradleygore.com/content/images/2015/08/git-hooks-location.png | |
implementation 'com.facebook.stetho:stetho:1.5.0' | |
implementation 'com.uphyca:stetho_realm:2.1.0' | |
implementation 'com.facebook.stetho:stetho:1.5.0' | |
implementation 'com.facebook.stetho:stetho-okhttp3:1.4.2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/idealista/rhook/blob/master/pre-commit