From 80250605cd397aa249ae36d58ba315916d310616 Mon Sep 17 00:00:00 2001 From: pilgr Date: Sat, 21 Oct 2017 19:48:55 +0700 Subject: [PATCH] Sample app. Use version 2.6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f52546b..9e228ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'