mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Release 0.5.2
This commit is contained in:
parent
a26f908370
commit
91cb892c74
@ -38,8 +38,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode 21
|
||||
versionName "0.5.1"
|
||||
versionCode 22
|
||||
versionName "0.5.2"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
@ -1,6 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
|
||||
<changelogversion versionName="v0.5.2" changeDate="">
|
||||
<changelogtext>New backup system. Smaller file size but requires a network connection to restore.</changelogtext>
|
||||
|
||||
<changelogtext>Fixed descriptions showing a single line.</changelogtext>
|
||||
|
||||
<changelogtext>Added Nougat shortcuts and round icon.</changelogtext>
|
||||
|
||||
<changelogtext>Added an option to add a manga to a specific category.</changelogtext>
|
||||
|
||||
<changelogtext>Improved new chapters notification.</changelogtext>
|
||||
|
||||
<changelogtext>Support Kitsu new rating system.</changelogtext>
|
||||
|
||||
<changelogtext>Last read page is now retained in webtoon reader.</changelogtext>
|
||||
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v0.5.1" changeDate="">
|
||||
<changelogtext>Added an option to auto download from selected categories.</changelogtext>
|
||||
|
||||
|
@ -6,7 +6,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||
classpath 'com.android.tools.build:gradle:2.3.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
Loading…
Reference in New Issue
Block a user