chore(release): 1.10.3 [only cd]
## 1.10.3 (2022-01-02)
### Bug Fixes
* fixed bad video URL 0370a12
This commit is contained in:
parent
85f600b822
commit
c3aef83ff3
|
@ -1,3 +1,10 @@
|
|||
## 1.10.3 (2022-01-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fixed bad video URL 0370a12
|
||||
|
||||
## 1.10.2 (2022-01-02)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.10.2
|
||||
1.10.3
|
||||
|
|
|
@ -46,8 +46,8 @@ android {
|
|||
applicationId "net.schueller.peertube"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 1074
|
||||
versionName "1.10.2"
|
||||
versionCode 1075
|
||||
versionName "1.10.3"
|
||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
## 1.10.3 (2022-01-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fixed bad video URL 0370a12
|
Loading…
Reference in New Issue