Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cb67a09604
@ -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)
|
# 1.12.0 (2022-04-02)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.12.0
|
1.12.1
|
||||||
|
@ -46,8 +46,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 1078
|
versionCode 1079
|
||||||
versionName "1.12.0"
|
versionName "1.12.1"
|
||||||
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/1079.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1079.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## 1.12.1 (2022-04-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Too long play store update notes fe187e5
|
Loading…
Reference in New Issue
Block a user