chore(release): 1.3.0 [only cd]
# 1.3.0 (2021-02-13) ### Bug Fixes * Converted videolist to Kotlin to fix broken top menu06ace0d
### Features * Added video thumb placehoder for loading and errors830b197
* Converted meta date helper to kotlin1c34556
This commit is contained in:
parent
74bb45a3fc
commit
27f5f4556b
13
CHANGELOG.md
13
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.2.0
|
||||
1.3.0
|
||||
|
@ -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"
|
||||
|
||||
|
12
fastlane/metadata/android/en-US/changelogs/1059.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/1059.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user