chore(release): 1.12.2 [only cd]

## 1.12.2 (2022-04-02)

### Bug Fixes

* Removed videos, fastlane cant upload them d98bf8c
* Update fastlane cef0043
This commit is contained in:
semantic-release-bot 2022-04-02 21:42:33 +00:00
parent 3915cc1bbb
commit 3b88b039e9
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## 1.12.2 (2022-04-02)
### Bug Fixes
* Removed videos, fastlane cant upload them d98bf8c
* Update fastlane cef0043
## 1.12.1 (2022-04-02)

View File

@ -1 +1 @@
1.12.1
1.12.2

View File

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

View File

@ -0,0 +1,7 @@
## 1.12.2 (2022-04-02)
### Bug Fixes
* Removed videos, fastlane cant upload them d98bf8c
* Update fastlane cef0043