chore(release): 1.4.0 [only cd]
# 1.4.0 (2021-02-20) ### Bug Fixes * Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262)5622b76
### Features * add global playback speed settingfa79b2d
This commit is contained in:
parent
6a4088e985
commit
b2aa42c52e
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# 1.4.0 (2021-02-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add global playback speed setting fa79b2d
|
||||
|
||||
# 1.3.0 (2021-02-13)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.3.0
|
||||
1.4.0
|
||||
|
@ -44,8 +44,8 @@ android {
|
||||
applicationId "net.schueller.peertube"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 1059
|
||||
versionName "1.3.0"
|
||||
versionCode 1060
|
||||
versionName "1.4.0"
|
||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
11
fastlane/metadata/android/en-US/changelogs/1060.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/1060.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# 1.4.0 (2021-02-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add global playback speed setting fa79b2d
|
Loading…
Reference in New Issue
Block a user