Merge branch 'master' into 'develop'
chore(release): 1.8.1 [only cd] See merge request sschueller/peertube!45
This commit is contained in:
commit
6d4f6c9979
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,3 +1,26 @@
|
|||||||
|
## 1.8.3 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* new play store shorter app name requirement 37229a0
|
||||||
|
|
||||||
|
## 1.8.2 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* updated fastlane 0f10497
|
||||||
|
* updated fastlane 110e5da
|
||||||
|
* updated fastlane f75114b
|
||||||
|
|
||||||
|
## 1.8.1 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* updated play store video link ffa7d40
|
||||||
|
|
||||||
# 1.8.0 (2021-12-26)
|
# 1.8.0 (2021-12-26)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.8.0
|
1.8.3
|
||||||
|
@ -46,8 +46,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1066
|
versionCode 1069
|
||||||
versionName "1.8.0"
|
versionName "1.8.3"
|
||||||
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/1067.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1067.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## 1.8.1 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* updated play store video link ffa7d40
|
8
fastlane/metadata/android/en-US/changelogs/1068.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/1068.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
## 1.8.2 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* updated fastlane 0f10497
|
||||||
|
* updated fastlane 110e5da
|
||||||
|
* updated fastlane f75114b
|
6
fastlane/metadata/android/en-US/changelogs/1069.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1069.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## 1.8.3 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* new play store shorter app name requirement 37229a0
|
Loading…
Reference in New Issue
Block a user