Skip to content

Commit

Permalink
New 2.5.13 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Oct 24, 2018
1 parent 96bf3f3 commit 1cd65b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 232
versionName '2.5.12'
versionCode 233
versionName '2.5.13'

javaCompileOptions {
annotationProcessorOptions {
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
-->
<resources>
<string name="system_changelog">
Transdroid 2.5.13\n
- Background (RSS, torrents, new version) service (crash) fixed\n
- Fixes for F-Droid builds\n
\n
Transdroid 2.5.12\n
- Android 9 plaintext (non-ssl) support\n
- qBittorrent set location support and better upload size\n
- Sizes in GB shown with 2 decimal places\n
- Fixes several edge case crashes\n
\n
Transdroid 2.5.11\n
- Fixes Deluge (non-RPC) adapter file uploads\n
- Removed defuct barcode scanner\n
- Updated to target Android 9 (back service still broken)\n
\n
Transdroid 2.5.10\n
Many thanks to alonalbert for his contributions!\n
- Added Deluge via RPC adapter\n
Expand Down

0 comments on commit 1cd65b8

Please sign in to comment.