From 8b9047528fdd3c625442b5a0d74bee7229cae93c Mon Sep 17 00:00:00 2001 From: yuweiguocn Date: Thu, 16 May 2019 20:27:00 +0800 Subject: [PATCH] update greendao version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ec534c5..8ab2613 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:28.0.0' - implementation 'org.greenrobot:greendao:3.0.1' + implementation 'org.greenrobot:greendao:3.2.0' implementation 'io.github.yuweiguocn:GreenDaoUpgradeHelper:2.2.1' // implementation project(':library')