chore(release): 1.10.4 [only cd]

## 1.10.4 (2022-01-02)

### Bug Fixes

* Temp removal of videos in fastlane config 1d25be1
This commit is contained in:
semantic-release-bot 2022-01-02 14:49:20 +00:00
parent d37c788653
commit 55a9acccd8
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.10.4 (2022-01-02)
### Bug Fixes
* Temp removal of videos in fastlane config 1d25be1
## 1.10.3 (2022-01-02)

View File

@ -1 +1 @@
1.10.3
1.10.4

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 32
versionCode 1075
versionName "1.10.3"
versionCode 1076
versionName "1.10.4"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.10.4 (2022-01-02)
### Bug Fixes
* Temp removal of videos in fastlane config 1d25be1