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

Commit

Permalink
Release 3.4.2
Browse files Browse the repository at this point in the history
* Added dark theme
* Added refreshing options: 5, 10, 15, and 20 seconds
* Added top and bottom priority options
* Added increase and decrease priority in multi choice mode
* Added set upload and download limits in multi choice mode
* Fixed avoid refreshing when multi choice mode is active
* Fixed wrong message when setting upload rate limit
* Fixed typo in dark theme
* Fixed minor issues
  • Loading branch information
lgallard committed Jan 20, 2015
1 parent 70abd2c commit ce629ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qBittorrentClient/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lgallardo.qbittorrentclient"
android:versionCode="331"
android:versionName="3.3.1">
android:versionCode="342"
android:versionName="3.4.2">

<uses-sdk
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />

Expand Down

0 comments on commit ce629ac

Please sign in to comment.