Merge branch 'master' into 'develop'

chore(release): 1.7.1 [only cd]

See merge request sschueller/peertube!40
This commit is contained in:
Stefan Schüller 2021-12-27 08:40:10 +00:00
commit 6d520de599
5 changed files with 30 additions and 6 deletions

View File

@ -1,3 +1,19 @@
# 1.8.0 (2021-12-26)
### Features
* Overview 335bbbb
## 1.7.1 (2021-11-21)
### Bug Fixes
* CI updates, android SDK version d021919
* CI updates, android SDK version b6d149e
* CI updates, android SDK version be9f5ef
# 1.7.0 (2021-11-21)

View File

@ -1 +1 @@
1.7.0
1.8.0

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 30
versionCode 1064
versionName "1.6.0"
versionCode 1066
versionName "1.8.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -1,6 +1,8 @@
# 1.7.0 (2021-11-21)
## 1.7.1 (2021-11-21)
### Features
### Bug Fixes
* Android target SDK bump 116bc3e
* CI updates, android SDK version d021919
* CI updates, android SDK version b6d149e
* CI updates, android SDK version be9f5ef

View File

@ -0,0 +1,6 @@
# 1.8.0 (2021-12-26)
### Features
* Overview 335bbbb