chore(release): 1.10.2 [only cd]
## 1.10.2 (2022-01-02)
### Bug Fixes
* fixed bad video URL 0dd2254
This commit is contained in:
parent
8c9a7ff5c4
commit
629445e2ae
@ -1,3 +1,10 @@
|
|||||||
|
## 1.10.2 (2022-01-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fixed bad video URL 0dd2254
|
||||||
|
|
||||||
## 1.10.1 (2022-01-01)
|
## 1.10.1 (2022-01-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.10.1
|
1.10.2
|
||||||
|
@ -46,8 +46,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 1073
|
versionCode 1074
|
||||||
versionName "1.10.1"
|
versionName "1.10.2"
|
||||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/1074.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1074.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## 1.10.2 (2022-01-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fixed bad video URL 0dd2254
|
Loading…
Reference in New Issue
Block a user