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

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Aug 10, 2018
1 parent 4fb7b42 commit 055c719
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -15,8 +15,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 27
versionCode 7
versionName "1.0.6"
versionCode 8
versionName "1.0.7"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Aug 10, 2018"
versionName="1.0.7">
<changelogtext>add download screen shows free storage space</changelogtext>
<changelogtext>add setting keep screen alive</changelogtext>
<changelogtext>add setting version click shows changelog</changelogtext>
<changelogtext>fix download notification selection goes to download screen</changelogtext>
<changelogtext>update dagger to 2.17 from 2.13</changelogtext>
<changelogtext>update gradle build tools to 3.1.4 from 3.1.3</changelogtext>
</changelogversion>

<changelogversion
changeDate="Aug 3, 2018"
versionName="1.0.6">
Expand Down

0 comments on commit 055c719

Please sign in to comment.