Merge branch 'master' into 'develop'

Merge release back into develop

See merge request sschueller/peertube!19
This commit is contained in:
Stefan Schüller 2021-02-08 16:58:48 +01:00
commit 86c54b9f10
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# 1.2.0 (2021-02-07)
### Features
* Mark live videos in video lists 8518b80
## 1.1.1 (2021-02-05)

View File

@ -1 +1 @@
1.1.1
1.2.0

View File

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

View File

@ -0,0 +1,6 @@
# 1.2.0 (2021-02-07)
### Features
* Mark live videos in video lists 8518b80