Skip to content

Commit

Permalink
Bump Application Version from 1.5.8 to 1.6.0
Browse files Browse the repository at this point in the history
### Enhancements & Bug Fixes
☆ Expandable notification details
☆ Crash reporting enabled by default

✓ Locale not being applied correctly when using dark themes
  • Loading branch information
wax911 committed Sep 15, 2019
1 parent 948593a commit 54476c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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.5.6   [![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.0   [![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": 138,
"code": 139,
"migration": false,
"releaseNotes": "",
"version": "1.5.8",
"version": "1.6.0",
"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":138,"versionName":"1.5.8","enabled":true,"outputFile":"anitrend_v1.5.8_rc_138.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.5.8_rc_138.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":139,"versionName":"1.6.0","enabled":true,"outputFile":"anitrend_v1.6.0_rc_139.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.6.0_rc_139.apk","properties":{}}]
3 changes: 2 additions & 1 deletion app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ which can result in authentication errors [read more](https://github.com/square/

#### Enhancements
- More hugs and head pats (>//.//<)
- Anonymous crash reporting is now enabled by default as from __v1.5.8__ (option can be found in settings)
- Expandable notification details (thanks 95ulisse) <3
- Anonymous crash reporting is now enabled by default as of __v1.5.8__ (option can be found in settings)

#### Bug Fixes
- Locale settings not being applied fully when using dark themes
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 = 138
versionName = '1.5.8'
versionCode = 139
versionName = '1.6.0'

butterKnife = '10.1.0'

Expand Down

0 comments on commit 54476c1

Please sign in to comment.