From c861e6bcde8c064112f507ad1a5508b5bebeee6c Mon Sep 17 00:00:00 2001 From: Sven Naehler Date: Thu, 16 Mar 2017 11:12:44 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8887f0e5..59303d38 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ android { dependencies { /* Make sure you are import the latest SDK version */ - compile 'ly.img.android:photo-editor-sdk:3.0.6' + compile 'ly.img.android:photo-editor-sdk:3.0.7' } //... diff --git a/app/build.gradle b/app/build.gradle index 6a7b79a5..7a09c5f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,6 +50,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'ly.img.android:photo-editor-sdk:3.0.6' + compile 'ly.img.android:photo-editor-sdk:3.0.7' }