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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Jan 4, 2019
1 parent 07ce594 commit 52d482b
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -19,8 +19,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 28
versionCode 31
versionName "1.1.8"
versionCode 32
versionName "1.1.9"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Jan 4, 2018"
versionName="1.1.9">
<changelogtext>add advanced setting recently viewed height offset</changelogtext>
<changelogtext>update apache commons compress to 1.18 from 1.16.1</changelogtext>
<changelogtext>update junrar from (custom) to 3.1.0</changelogtext>
<changelogtext>update kotlin to 1.3.11 from 1.3.10</changelogtext>
<changelogtext>revert home layout for higher resolutions fix</changelogtext>
<changelogtext>prepare kuboo server image loading</changelogtext>
<changelogtext>prepare kuboo server opds handler</changelogtext>
</changelogversion>

<changelogversion
changeDate="Dec 28, 2018"
versionName="1.1.8">
Expand Down

0 comments on commit 52d482b

Please sign in to comment.