diff --git a/README.md b/README.md index 41815fffd..a0e8285c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [ :biohazard: W.I.P v2.0 :biohazard: ] AniTrend v1.6.4   [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/AniTrend/anitrend-app/blob/master/LICENSE.md) +# [ :biohazard: W.I.P v2.0 :biohazard: ] AniTrend v1.6.5   [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/AniTrend/anitrend-app/blob/master/LICENSE.md) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/30a8f983c55541cbb504671ecc32786c)](https://www.codacy.com/app/wax911/anitrend-app?utm_source=github.com&utm_medium=referral&utm_content=wax911/anitrend-app&utm_campaign=Badge_Grade)   [![Build Status](https://travis-ci.org/AniTrend/anitrend-app.svg?branch=master)](https://travis-ci.org/AniTrend/anitrend-app)   [![Discord](https://img.shields.io/discord/314442908478472203.svg?color=%237289da&label=Join%20Anitrend%21&logo=discord&logoColor=%23fff)](https://discordapp.com/invite/2wzTqnF) Discover anime or manga with AniTrend which is a free [AniList](https://anilist.co) android client written in java.(AniTrend does not offer streaming capabilities, but official website links such as Hulu, Chrunchyroll, Netflix will be provided if available) diff --git a/app/.meta/version.json b/app/.meta/version.json index 162b7dd21..119b55955 100644 --- a/app/.meta/version.json +++ b/app/.meta/version.json @@ -1,7 +1,7 @@ { - "code": 143, + "code": 144, "migration": false, "releaseNotes": "", - "version": "1.6.4", + "version": "1.6.5", "appId": "com.mxt.anitrend" } diff --git a/app/release/output.json b/app/release/output.json index 22b4938b9..3019412d2 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":143,"versionName":"1.6.4","enabled":true,"outputFile":"anitrend_v1.6.4_rc_143.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.6.4_rc_143.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":144,"versionName":"1.6.5","enabled":true,"outputFile":"anitrend_v1.6.5_rc_144.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.6.5_rc_144.apk","properties":{}}] \ No newline at end of file diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index d48efe00d..1f24c4a79 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -8,6 +8,10 @@ which can result in authentication errors [read more](https://github.com/square/ - Re-enable most popular episodes in anitrend hub #### Bug Fixes +- Reverted markdown parser +- Stats on user profile not loading (thanks Mittens) +- Likes and favourites not working (thanks Mittens) +- Crashes on characters without alternative names - Correct media statistics format - Crashes on when navigating to Airing navigation tab diff --git a/build.gradle b/build.gradle index c213be445..3290ea90b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { targetSdk = 29 minSdk = 17 - versionCode = 143 - versionName = '1.6.4' + versionCode = 144 + versionName = '1.6.5' butterKnife = '10.2.0'