Skip to content

Commit

Permalink
Sample app. Use version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Oct 21, 2017
1 parent 682398d commit 8025060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -24,8 +24,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:26.1.0'
compile project(':paperdb')
//compile 'io.paperdb:paperdb:2.5'
//compile project(':paperdb')
compile 'io.paperdb:paperdb:2.6'

androidTestCompile('com.android.support.test:runner:0.5') {
exclude group: 'com.android.support', module: 'support-annotations'
Expand Down

0 comments on commit 8025060

Please sign in to comment.