Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #268 from lgallard/release/v4.9.2
Browse files Browse the repository at this point in the history
Release 4.9.2
  • Loading branch information
lgallard authored Feb 28, 2021
2 parents f7724d6 + 6e55713 commit 3c6dd4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 3c6dd4b

Please sign in to comment.