Browse Source

Making new 2.5.10 release.

pull/424/head v2.5.10
Eric Kok 6 years ago
parent
commit
22670e9809
  1. 5
      app/build.gradle
  2. 2
      app/src/main/res/values/changelog.xml
  3. 2
      latest-app.html
  4. 2
      latest-search.html

5
app/build.gradle

@ -9,8 +9,8 @@ android { @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 229
versionName '2.5.9'
versionCode 230
versionName '2.5.10'
}
buildTypes {
release {
@ -33,7 +33,6 @@ android { @@ -33,7 +33,6 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.androidannotations:androidannotations-api:3.3.2'
compile 'com.j256.ormlite:ormlite-core:4.48'
compile 'com.j256.ormlite:ormlite-android:4.48'

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

@ -21,7 +21,7 @@ Transdroid 2.5.10\n @@ -21,7 +21,7 @@ Transdroid 2.5.10\n
Many thanks to alonalbert for his contributions!\n
- Added Deluge via RPC adapter\n
- Fixed issues with adding by file on newer Android versions\n
- Small crash fixes here and there\n
- Many small fixes here and there\n
\n
Transdroid 2.5.9\n
- rTorrent improved parsing speed\n

2
latest-app.html

@ -1 +1 @@ @@ -1 +1 @@
229|2.5.9
230|2.5.10

2
latest-search.html

@ -1 +1 @@ @@ -1 +1 @@
31|3.8
32|3.9

Loading…
Cancel
Save