diff --git a/README.md b/README.md index 1447b2532..2387579d6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/release/output.json b/app/release/output.json index a33d8934b..448d27d6b 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -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":{}}] \ No newline at end of file +[{"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":{}}] \ No newline at end of file diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index ad1ef0310..b80c46500 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -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 \ No newline at end of file diff --git a/build.gradle b/build.gradle index b74cee20c..4d0ef3da3 100644 --- a/build.gradle +++ b/build.gradle @@ -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'