Skip to content

Commit

Permalink
Bump revision number from 10701 to 10702
Browse files Browse the repository at this point in the history
### Enhancements

☆ Added new list styles for anime and manga cards, see option in settings

### Bug Fixes
✓ Fixed the followers counter being updated instead of the followers counter when (un)following someone
✓ Fixed clicking on mentioned @username shows mixed feed in profile
  • Loading branch information
wax911 committed Dec 5, 2020
1 parent b11dff6 commit 353612d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/.meta/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": 10701,
"code": 10702,
"migration": false,
"releaseNotes": "",
"version": "1.7.0",
Expand Down
10 changes: 4 additions & 6 deletions app/app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"version": 1,
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.mxt.anitrend",
"variantName": "appRelease",
"variantName": "processAppReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 10701,
"versionCode": 10702,
"versionName": "1.7.0",
"enabled": true,
"outputFile": "anitrend_v1.7.0_rc_10701_app-release.apk"
"outputFile": "anitrend_v1.7.0_rc_10702_app-release.apk"
}
]
}
10 changes: 4 additions & 6 deletions app/github/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"version": 1,
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.mxt.anitrend",
"variantName": "githubRelease",
"variantName": "processGithubReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 10701,
"versionCode": 10702,
"versionName": "1.7.0-github",
"enabled": true,
"outputFile": "anitrend_v1.7.0_rc_10701_github-release.apk"
"outputFile": "anitrend_v1.7.0_rc_10702_github-release.apk"
}
]
}
1 change: 0 additions & 1 deletion app/release/output.json

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
targetSdk = 29
minSdk = 17

versionCode = 10701
versionCode = 10702
versionName = '1.7.0'

butterKnife = '10.2.3'
Expand Down

0 comments on commit 353612d

Please sign in to comment.