From 4168c54958db3c2421c63cf89ee8af5061d5b3d2 Mon Sep 17 00:00:00 2001 From: Luis Gallardo Date: Thu, 14 Jan 2016 16:45:56 -0430 Subject: [PATCH] Release 4.2.7 * Added local network server (requested by payam) * Added Japanese translations (thanks Naofumi) * Updated Basque translation * Fixed RSS issue (reported by Manuel R) * Fixed wrong title state in tablets for the free version * Fixed "Unable to pause activity" issue --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7bdde3ae..c2245ca1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,18 +30,18 @@ android { productFlavors { pro { applicationId 'com.lgallardo.qbittorrentclientpro' - versionName '4.2.6' + versionName '4.2.7' minSdkVersion 14 targetSdkVersion 23 - versionCode 426 + versionCode 427 archivesBaseName = "qBittorrentController_v" + versionName } free { applicationId "com.lgallardo.qbittorrentclient" - versionName '4.2.6' + versionName '4.2.7' minSdkVersion 14 targetSdkVersion 23 - versionCode 426 + versionCode 427 } }