diff --git a/app/build.gradle b/app/build.gradle index 387c4590..ede19241 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,20 +56,20 @@ android { productFlavors { pro { applicationId 'com.lgallardo.qbittorrentclientpro' - versionName '4.9.1' + versionName '4.9.2' minSdkVersion 14 targetSdkVersion 29 archivesBaseName = "qBittorrentController_v" + versionName - versionCode 4910 + versionCode 4920 dimension "default" } free { applicationId "com.lgallardo.qbittorrentclient" - versionName '4.9.1' + versionName '4.9.2' minSdkVersion 14 targetSdkVersion 29 archivesBaseName = "qBittorrentController_v" + versionName - versionCode 4910 + versionCode 4920 dimension "default" } }