Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Nov 8, 2018
1 parent cf4a7c1 commit 9c75755
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 28
versionCode 23
versionName "1.1.4_beta5"
versionCode 24
versionName "1.1.4"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
13 changes: 10 additions & 3 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@
<changelog bulletedList="true">

<changelogversion
changeDate="Oct 31, 2018"
versionName="1.1.4_beta5">
<changelogtext>add setting hide download tracking series if no content available</changelogtext>
changeDate="Nov 7, 2018"
versionName="1.1.4">
<changelogtext>add setting hide download tracking series if no content available
</changelogtext>
<changelogtext>add setting start tab</changelogtext>
<changelogtext>change hidpi min value to 2048 from 2560</changelogtext>
<changelogtext>fix crash on preview activity transition</changelogtext>
<changelogtext>fix download sort by opds id is not reliable</changelogtext>
<changelogtext>fix download tracking periodic workload did not initiate</changelogtext>
<changelogtext>fix download tracking would delete wrong item</changelogtext>
<changelogtext>fix downloads no longer inherit bookmark</changelogtext>
<changelogtext>fix kotlin stdlib should match versions between modules</changelogtext>
<changelogtext>remove unnecessary preload tasks</changelogtext>
<changelogtext>update anko to 0.10.7 from 0.10.6</changelogtext>
<changelogtext>update dagger to 2.19 from 2.17</changelogtext>
<changelogtext>update fetch to 2.3.0-RC1 from 2.2.0-RC14</changelogtext>
<changelogtext>update gradle build tools to 3.2.1 from 3.2.0</changelogtext>
<changelogtext>update gson to 2.8.5 from 2.8.2</changelogtext>
<changelogtext>update recommended ubooquity version to 2.1.2 from 2.1.1</changelogtext>
<changelogtext>update workmanager to 1.0.0-alpha10 from 1.0.0-alpha08</changelogtext>
</changelogversion>
Expand Down

0 comments on commit 9c75755

Please sign in to comment.