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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Dec 28, 2018
1 parent 8769d7d commit 16766a4
Show file tree
Hide file tree
Showing 2 changed files with 8 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 30
versionName "1.1.7"
versionCode 31
versionName "1.1.8"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Dec 28, 2018"
versionName="1.1.8">
<changelogtext>fix home layout for higher resolutions</changelogtext>
</changelogversion>

<changelogversion
changeDate="Dec 22, 2018"
versionName="1.1.7">
Expand Down

0 comments on commit 16766a4

Please sign in to comment.