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.7
Browse files Browse the repository at this point in the history
* Added local network server (requested by payam)
* Added Japanese translations (thanks Naofumi)
* Updated Basque translation
* Fixed RSS issue (reported by Manuel R)
* Fixed wrong title state in tablets for the free version
* Fixed  "Unable to pause activity" issue
  • Loading branch information
Luis Gallardo committed Jan 14, 2016
1 parent 2183f2c commit 4168c54
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.6'
versionName '4.2.7'
minSdkVersion 14
targetSdkVersion 23
versionCode 426
versionCode 427
archivesBaseName = "qBittorrentController_v" + versionName
}
free {
applicationId "com.lgallardo.qbittorrentclient"
versionName '4.2.6'
versionName '4.2.7'
minSdkVersion 14
targetSdkVersion 23
versionCode 426
versionCode 427
}
}

Expand Down

0 comments on commit 4168c54

Please sign in to comment.