chore(release): 1.8.0 [only cd]

# 1.8.0 (2021-12-26)

### Features

* Overview 335bbbb
This commit is contained in:
semantic-release-bot 2021-12-26 18:08:07 +00:00
parent 0a139bbd3c
commit e9dbbd5869
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# 1.8.0 (2021-12-26)
### Features
* Overview 335bbbb
## 1.7.1 (2021-11-21)

View File

@ -1 +1 @@
1.7.1
1.8.0

View File

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

View File

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