From c86f4ca45a474a5528d10b28c584e00d3bc880f4 Mon Sep 17 00:00:00 2001 From: Islam Mustafa Date: Sun, 24 Apr 2016 15:34:34 +0200 Subject: [PATCH] Made the sample app build using the latest version from jCenter --- sampleApplication/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sampleApplication/build.gradle b/sampleApplication/build.gradle index 734fe7f..133c764 100644 --- a/sampleApplication/build.gradle +++ b/sampleApplication/build.gradle @@ -22,6 +22,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.3.0' -// compile 'com.integreight.onesheeld:sdk:2.1.2' - compile project(':sdk') + compile 'com.integreight.onesheeld:sdk:2.1.2' +// compile project(':sdk') } \ No newline at end of file