Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Update changelog and bump version to 3.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuche committed Oct 19, 2018
1 parent cdf9eb8 commit 32613db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.1.1] - 2018-10-18
### Fixed
- Mitigation for crash when navigating to device home screen while video was playing.

## [3.0.1] - 2018-10-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
targetSdkVersion 27
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "3.0.1"
versionName "3.0.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down

0 comments on commit 32613db

Please sign in to comment.