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

Commit

Permalink
release 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Feb 10, 2019
1 parent de1a621 commit cc0393b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 43
versionName "1.2.8"
versionCode 44
versionName "1.2.9"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

<changelogversion
changeDate="Feb 10, 2019"
versionName="1.2.8">
versionName="1.2.9">
<changelogtext>fix regression iterator stopped working</changelogtext>
<changelogtext>fix sharedprefs require json empty or blank check</changelogtext>
<changelogtext>fix skip browser update if not required</changelogtext>
<changelogtext>refactor splash preload</changelogtext>
<changelogtext>update appcompat from 1.0.2 to 1.1.0-alpha02</changelogtext>
<changelogtext>update preference from 1.1.0-alpha02 to 1.1.0-alpha03</changelogtext>
Expand Down

0 comments on commit cc0393b

Please sign in to comment.