From 554fd36be2641f778cdf0e7952a3365b4e04595b Mon Sep 17 00:00:00 2001 From: Markus Date: Wed, 5 Apr 2017 08:54:36 +0200 Subject: [PATCH] updated deps for examples --- examples/DaoExample/build.gradle | 4 ++-- examples/RxDaoExample/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/DaoExample/build.gradle b/examples/DaoExample/build.gradle index c2c23856e..8b19b4afa 100644 --- a/examples/DaoExample/build.gradle +++ b/examples/DaoExample/build.gradle @@ -5,8 +5,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' - classpath 'org.greenrobot:greendao-gradle-plugin:3.2.1' + classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' } } diff --git a/examples/RxDaoExample/build.gradle b/examples/RxDaoExample/build.gradle index 9ecb6257e..a63a7ec21 100644 --- a/examples/RxDaoExample/build.gradle +++ b/examples/RxDaoExample/build.gradle @@ -5,8 +5,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' - classpath 'org.greenrobot:greendao-gradle-plugin:3.2.1' + classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' } }