diff --git a/app/build.gradle b/app/build.gradle index 002304f3..7e409bcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,18 +41,18 @@ android { productFlavors { pro { applicationId 'com.lgallardo.qbittorrentclientpro' - versionName '4.3.8' + versionName '4.3.9' minSdkVersion 14 targetSdkVersion 23 - versionCode 438 + versionCode 439 archivesBaseName = "qBittorrentController_v" + versionName } free { applicationId "com.lgallardo.qbittorrentclient" - versionName '4.3.8' + versionName '4.3.9' minSdkVersion 14 targetSdkVersion 23 - versionCode 438 + versionCode 439 } }