Version bump
This commit is contained in:
parent
64deb952d9
commit
77579315c5
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
### Version 1.0.21 Tag: v1.0.21 (2019-01-05)
|
||||||
|
* Added more video meta data
|
||||||
|
* Very basic like and dislike functionality
|
||||||
|
* UI changes to video detail page
|
||||||
|
* Torrent stream fatal fix (@lishoujun)
|
||||||
|
* AR Strings update (@rex07)
|
||||||
|
* ZH Strings update (@lishoujun)
|
||||||
|
* RU Strings update (@ferhadnecef)
|
||||||
|
* Refacturing (@lishoujun)
|
||||||
|
|
||||||
### Version 1.0.20 Tag: v1.0.20 (2019-01-02)
|
### Version 1.0.20 Tag: v1.0.20 (2019-01-02)
|
||||||
* Added basic login framework
|
* Added basic login framework
|
||||||
* AR Strings update (@rex07)
|
* AR Strings update (@rex07)
|
||||||
|
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1020
|
versionCode 1021
|
||||||
versionName "1.0.20"
|
versionName "1.0.21"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user