chore(release): 1.2.0 [only cd]
# 1.2.0 (2021-02-07)
### Features
* Mark live videos in video lists 8518b80
This commit is contained in:
parent
528c868be6
commit
7f2f25a43f
@ -1,3 +1,10 @@
|
||||
# 1.2.0 (2021-02-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Mark live videos in video lists 8518b80
|
||||
|
||||
## 1.1.1 (2021-02-05)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.1.1
|
||||
1.2.0
|
||||
|
@ -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"
|
||||
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/1058.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1058.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.2.0 (2021-02-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Mark live videos in video lists 8518b80
|
Loading…
Reference in New Issue
Block a user