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

Commit

Permalink
Release 4.2.5
Browse files Browse the repository at this point in the history
* Added report generation option in Help menu - it fixes #54
* Fixed wrong status for Alternative Speed Limits on startup
  • Loading branch information
Luis Gallardo committed Dec 4, 2015
1 parent 32abaff commit cfeadd6
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 @@ -30,18 +30,18 @@ android {
productFlavors {
pro {
applicationId 'com.lgallardo.qbittorrentclientpro'
versionName '4.2.4'
versionName '4.2.5'
minSdkVersion 14
targetSdkVersion 23
versionCode 424
versionCode 425
archivesBaseName = "qBittorrentController_v" + versionName
}
free {
applicationId "com.lgallardo.qbittorrentclient"
versionName '4.2.4'
versionName '4.2.5'
minSdkVersion 14
targetSdkVersion 23
versionCode 424
versionCode 425
}
}

Expand Down

0 comments on commit cfeadd6

Please sign in to comment.