-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.3.0 (2021-02-13) ### Bug Fixes * Converted videolist to Kotlin to fix broken top menu 06ace0d ### Features * Added video thumb placehoder for loading and errors 830b197 * Converted meta date helper to kotlin 1c34556
- Loading branch information
1 parent
74bb45a
commit 27f5f45
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.0 | ||
1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 1.3.0 (2021-02-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Converted videolist to Kotlin to fix broken top menu 06ace0d | ||
|
||
|
||
### Features | ||
|
||
* Added video thumb placehoder for loading and errors 830b197 | ||
* Converted meta date helper to kotlin 1c34556 |