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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Sep 28, 2018
1 parent 6fdccea commit 8398c0f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex
Expand Down
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 17
versionName "1.1.2"
versionCode 18
versionName "1.1.3"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Sep 28, 2018"
versionName="1.1.3">
<changelogtext>fix comic reader oom exception (out of memory)</changelogtext>
<changelogtext>fix recently viewed add animation to be less jarring</changelogtext>
<changelogtext>fix recently viewed fling performance</changelogtext>
<changelogtext>fix recently viewed needs delay before enter transition</changelogtext>
<changelogtext>fix recently viewed return transition did not work after going to next book
</changelogtext>
<changelogtext>increase glide memory utilization target by 50%</changelogtext>
<changelogtext>update anko to 0.10.6 from 0.10.5</changelogtext>
<changelogtext>update gradle to 4.6 from 4.4</changelogtext>
<changelogtext>update kotlin gradle plugin to 1.2.71 from 1.2.70</changelogtext>
<changelogtext>update support library to 28.0.0 from 28.0.0-rc01</changelogtext>
</changelogversion>

<changelogversion
changeDate="Sep 21, 2018"
versionName="1.1.2">
Expand Down

0 comments on commit 8398c0f

Please sign in to comment.