Skip to content

Commit

Permalink
Fix example reference to ream lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tspoke committed Sep 13, 2017
1 parent 0b01e8e commit 2dfad00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

// compile project(":store2realm") // use local library
compile 'com.github.playmoweb:store2realm:3.0.0'
compile project(":store2realm") // use local library
// compile 'com.github.playmoweb:store2realm:3.0.0'

compile 'com.android.support:appcompat-v7:26.0.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
Expand Down

0 comments on commit 2dfad00

Please sign in to comment.