Skip to content

Commit

Permalink
Updated Release Information
Browse files Browse the repository at this point in the history
- New contribution guidelines
- Bug fix for arabic translation causing crashes due to invalid format (RTL related)
- Added poll link into change log dialog
  • Loading branch information
wax911 committed Jul 7, 2018
1 parent b102086 commit 54ecde4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
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": 84,
"code": 85,
"migration": false,
"releaseNotes": "",
"version": "1.1.1",
"version": "1.1.2",
"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"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":84,"versionName":"1.1.1","enabled":true,"outputFile":"anitrend_v1.1.1_rc_84.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.1.1_rc_84.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":85,"versionName":"1.1.2","enabled":true,"outputFile":"anitrend_v1.1.2_rc_85.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.1.2_rc_85.apk","properties":{}}]
2 changes: 2 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Bring up the list editor by long pressing any anime or manga
- View followers, following, favourites, anime, manga of other users by tapping on the labels in profiles
- Please consider enabling privacy controls in __Settings__ and the privacy policy can be found: __Extras -> About__
- Take a moment to give us your [feedback](https://poll.ly/#/PEA4x1Wg), thank you.

### Enhancements
- New polish translation
Expand All @@ -16,6 +17,7 @@
- A couple of random crashes have been fixed
- Actor roles now visible in character page
- Inverted title sort for your media lists
- Arabic translation related crashes

### Current Issues
- Clicking on @username shows mixed feed
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 {
compileSdk = 28
targetSdk = 28
minSdk = 17
versionCode = 84
versionName = '1.1.1'
versionCode = 85
versionName = '1.1.2'
buildTools = '27.0.3'
butterKnife = '8.8.1'
glide = '4.7.1'
Expand Down

0 comments on commit 54ecde4

Please sign in to comment.