Skip to content

Commit

Permalink
Version Bump v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Dec 6, 2018
1 parent e753c02 commit c357ab8
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@
# AniTrend v1.2.4   [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/AniTrend/anitrend-app/blob/master/LICENSE.md)
# AniTrend v1.2.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)   [![Waffle.io - Columns and their card count](https://badge.waffle.io/AniTrend/anitrend-app.svg?columns=all)](https://waffle.io/AniTrend/anitrend-app)

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
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"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":94,"versionName":"1.2.4","enabled":true,"outputFile":"anitrend_v1.2.4_rc_94.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.2.4_rc_94.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":95,"versionName":"1.2.5","enabled":true,"outputFile":"anitrend_v1.2.5_rc_95.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.2.5_rc_95.apk","properties":{}}]
7 changes: 5 additions & 2 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
__Anitrend v2.0 development is about to start__
__Anitrend v2.0 Coming Soon [WIP]__

#### Enhancements
- New portuguese translation
- New swedish translations
- New portuguese translations
- Updated italian translations

#### Bug Fixes
- Crunchyroll link detection issues
- Notification crashes after latest anilist update

#### Current Issues
- Clicking on @username shows mixed feed
- Notifications are still a hit or miss issue on some devices
- Sometimes image slide count doesn't change when you scroll slowly in feeds
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
compileSdk = 28
targetSdk = 28
minSdk = 17
versionCode = 94
versionName = '1.2.4'
versionCode = 95
versionName = '1.2.5'
butterKnife = '8.8.1'
glide = '4.7.1'
retrofit = '2.4.0'
Expand Down

0 comments on commit c357ab8

Please sign in to comment.