Skip to content

Commit

Permalink
Sample app. Use paperdb 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Jun 1, 2017
1 parent 7eff1a3 commit 82d7d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.2.1'
compile project(':paperdb')
compile 'io.paperdb:paperdb:2.0-rc1'
//compile project(':paperdb')
compile 'io.paperdb:paperdb:2.1'
}

0 comments on commit 82d7d8d

Please sign in to comment.