chore(release): 1.11.0 [only cd]
# 1.11.0 (2022-01-09)
### Features
* Open playlist video in player, string update c23c17d
This commit is contained in:
parent
eb3b1eb7ad
commit
6a6405ccdc
@ -1,3 +1,10 @@
|
||||
# 1.11.0 (2022-01-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Open playlist video in player, string update c23c17d
|
||||
|
||||
## 1.10.4 (2022-01-02)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.10.4
|
||||
1.11.0
|
||||
|
@ -46,8 +46,8 @@ android {
|
||||
applicationId "net.schueller.peertube"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 1076
|
||||
versionName "1.10.4"
|
||||
versionCode 1077
|
||||
versionName "1.11.0"
|
||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/1077.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1077.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.11.0 (2022-01-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Open playlist video in player, string update c23c17d
|
Loading…
Reference in New Issue
Block a user