Browse Source

Update the version number and changelog for a new release.

pull/406/head v2.5.9
Eric Kok 7 years ago
parent
commit
79763bdc17
  1. 4
      app/build.gradle
  2. 11
      app/src/main/res/values/changelog.xml

4
app/build.gradle

@ -9,8 +9,8 @@ android { @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 228
versionName '2.5.8'
versionCode 229
versionName '2.5.9'
}
buildTypes {
release {

11
app/src/main/res/values/changelog.xml

@ -17,6 +17,17 @@ @@ -17,6 +17,17 @@
-->
<resources>
<string name="system_changelog">
Transdroid 2.5.9\n
- rTorrent improved parsing speed\n
- qBittorrent label support\n
- qBittorrent transfer limit support\n
- qBittorrent status fixes\n
- qBittorrent alternative speed mode\n
- RARBG RSS feed fix\n
- Explicit leanback (Android TV) support\n
- FTP url link construction fix\n
\n
Transdroid 2.5.7\n
Transdroid 2.5.8\n
- Deluge 1.3.14+ fix\n
\n

Loading…
Cancel
Save