From a50aca3594012bf74e618afa3b68c99109fef97e Mon Sep 17 00:00:00 2001 From: Sergey Eremin Date: Fri, 18 May 2018 15:50:56 +0300 Subject: [PATCH] Bumping version to 0.41 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ad420bff..04276678 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { applicationId "com.github.yeriomin.yalpstore" minSdkVersion 5 targetSdkVersion 27 - versionCode 40 + versionCode 41 versionName getVersionName() vectorDrawables.useSupportLibrary = true resConfigs "ar", "ast", "cs", "de", "el", "en", "es", "eu", "fr", "fr-rBE", "it", "ja", "kk", "ko", "nl", "pl", "pt", "pt-rBR", "ru", "sk", "uk", "zh" @@ -52,6 +52,6 @@ dependencies { implementation 'commons-net:commons-net:3.5' implementation 'com.nothome:javaxdelta:2.0.1' debugImplementation 'com.github.yeriomin:play-store-api:master-SNAPSHOT' - releaseImplementation 'com.github.yeriomin:play-store-api:0.40' + releaseImplementation 'com.github.yeriomin:play-store-api:0.41' implementation 'eu.chainfire:libsuperuser:1.0.0.201608240809' }