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

Commit

Permalink
Release 4.3.9
Browse files Browse the repository at this point in the history
* Fixed "Added on" and "Completed on" not working on qBittorrent 3.3.5+
* Fixed Files, Trackers and General info are not working on qBittorrent 3.3.5+
* Fixed Labels not working on qBittorrent server v3.3.5+
  • Loading branch information
lgallard authored and lgallard committed Jul 27, 2016
1 parent 584c0de commit fa3e782
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 @@ -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
}
}

Expand Down

0 comments on commit fa3e782

Please sign in to comment.