Merge remote-tracking branch 'origin/master'

This commit is contained in:
Stefan Schüller 2022-04-02 22:29:44 +02:00
commit cb67a09604
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.12.1 (2022-04-02)
### Bug Fixes
* Too long play store update notes fe187e5
# 1.12.0 (2022-04-02)

View File

@ -1 +1 @@
1.12.0
1.12.1

View File

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

View File

@ -0,0 +1,6 @@
## 1.12.1 (2022-04-02)
### Bug Fixes
* Too long play store update notes fe187e5