Skip to content

Commit

Permalink
Release bug fixes by bumping version
Browse files Browse the repository at this point in the history
Signed-off-by: Tod Fitch <[email protected]>
  • Loading branch information
n76 committed Apr 28, 2019
1 parent 50975fd commit 816add6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Not applicable

### Changed
- Not applicable

### Removed
- Not applicable

## [1.1.11 - 04-Apr-2019]
### Changed
- Added privacy policy.
- Update Gradle version.
- Revise logic on previous track button: Previous track button now uses the shuffle list rather than tracking play history. This allows the previous button to be operational even if there was no previous track played (initial startup) and eliminates need for special handling to avoid putting previous track into play history.
- Fix crash when starting notification on newer versions of Android (tested on 8.1)

### Removed
- Not applicable

## [1.1.10]
### Changed
- Update build environment.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.fitchfamily.android.symphony"
minSdkVersion 21
targetSdkVersion 28
versionCode 18
versionName "1.1.10"
versionCode 19
versionName "1.1.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
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":18,"versionName":"1.1.10","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":19,"versionName":"1.1.11","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Update build environment
- Revise logic on previous track button: Previous track button now uses the shuffle list rather than tracking play history. This allows the previous button to be operational even if there was no previous track played (initial startup) and eliminates need for special handling to avoid putting previous track into play history.
- Fix crash when starting notification on newer versions of Android (tested on 8.1)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update build environment
- Revise logic on previous track button: Previous track button now uses the shuffle list rather than tracking play history. This allows the previous button to be operational even if there was no previous track played (initial startup) and eliminates need for special handling to avoid putting previous track into play history.
- Fix crash when starting notification on newer versions of Android (tested on 8.1)

0 comments on commit 816add6

Please sign in to comment.