Merge branch 'master' into 'develop'

Merge back release

See merge request sschueller/peertube!22
This commit is contained in:
Stefan Schüller 2021-02-15 08:10:37 +01:00
commit b2c3efa02a
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,16 @@
# 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
# 1.2.0 (2021-02-07)

View File

@ -1 +1 @@
1.2.0
1.3.0

View File

@ -44,8 +44,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1058
versionName "1.2.0"
versionCode 1059
versionName "1.3.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -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