From 91c2397b84c039e42889fca2c748590d78fca652 Mon Sep 17 00:00:00 2001 From: Sergey Eremin Date: Tue, 2 May 2017 20:24:21 +0300 Subject: [PATCH] Tagged play-store-api --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bc6bc27f0..26d501d39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { applicationId "com.github.yeriomin.yalpstore" @@ -73,6 +73,6 @@ android { } dependencies { - compile 'com.github.yeriomin:play-store-api:d9fa8d8' + compile 'com.github.yeriomin:play-store-api:0.14' compile 'eu.chainfire:libsuperuser:1.0.0.201608240809' }