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.15
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Mar 25, 2019
1 parent 36efbfe commit 33e4563
Show file tree
Hide file tree
Showing 2 changed files with 14 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 49
versionName "1.2.14"
versionCode 50
versionName "1.2.15"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Mar 25, 2019"
versionName="1.2.15">
<changelogtext>end of active development (again)</changelogtext>
<changelogtext>fix download tracking sometimes does not use setting DOWNLOAD_TRACKING_LIMIT</changelogtext>
<changelogtext>remove legacy-support unnecessary dependency</changelogtext>
<changelogtext>update livedata from 2.1.0-alpha02 to 2.1.0-alpha03</changelogtext>
<changelogtext>update okhttp from 3.12.0 to 3.14.0</changelogtext>
<changelogtext>update recyclerview from 1.1.0-alpha02 to 1.1.0-alpha03</changelogtext>
<changelogtext>update room from 2.1.0-alpha04 to 2.1.0-alpha06</changelogtext>
</changelogversion>

<changelogversion
changeDate="Mar 9, 2019"
versionName="1.2.14">
Expand Down

0 comments on commit 33e4563

Please sign in to comment.