Skip to content

Commit

Permalink
Bump project version from 1.6.4 to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Nov 18, 2019
1 parent 7c1554c commit a86ed69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/.meta/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"code": 143,
"code": 144,
"migration": false,
"releaseNotes": "",
"version": "1.6.4",
"version": "1.6.5",
"appId": "com.mxt.anitrend"
}
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -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":{}}]
[{"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":{}}]
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit a86ed69

Please sign in to comment.