From 46db2af1731aac35ce146cf4502d732265b36625 Mon Sep 17 00:00:00 2001 From: serso Date: Mon, 9 Feb 2015 23:03:11 +0100 Subject: [PATCH] Checkout library updated --- android-app/android-app.iml | 2 +- android-app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android-app/android-app.iml b/android-app/android-app.iml index 32487e6e..ac93313d 100644 --- a/android-app/android-app.iml +++ b/android-app/android-app.iml @@ -100,7 +100,6 @@ - @@ -108,6 +107,7 @@ + diff --git a/android-app/build.gradle b/android-app/build.gradle index 5ad3fe8c..b81070f9 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -70,7 +70,7 @@ dependencies { compile('org.solovyev:jscl:1.0.8') { exclude(module: 'xercesImpl') } - compile 'org.solovyev.android:checkout:0.6.1@aar' + compile 'org.solovyev.android:checkout:0.7.0@aar' compile 'org.solovyev.android:material:0.1.2@aar' compile 'com.google.android.gms:play-services-ads:6.5.87@aar' compile 'com.google.android.gms:play-services-base:6.5.87@aar'