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.0_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Sep 5, 2018
1 parent 9d5207e commit 7119e6c
Show file tree
Hide file tree
Showing 2 changed files with 11 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 13
versionName "1.1.0_v2"
versionCode 14
versionName "1.1.0_v3"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Sep 4, 2018"
versionName="1.1.0_v3">
<changelogtext>fix shared prefs moved to base application level instead of splash preload
<changelogtext>update android-maven-gradle-plugin to 2.1 from 2.0</changelogtext>
<changelogtext>update kotlin-gradle-plugin to 1.8.1 from 1.7.3</changelogtext>
</changelogtext>
</changelogversion>

<changelogversion
changeDate="Sep 4, 2018"
versionName="1.1.0_v2">
Expand Down

0 comments on commit 7119e6c

Please sign in to comment.