chore(release): 1.7.1 [only cd]

## 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
This commit is contained in:
semantic-release-bot 2021-11-21 22:38:24 +00:00
parent ef78a9bd83
commit 2838d4201d
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,12 @@
## 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.7.1

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 30
versionCode 1064
versionName "1.6.0"
versionCode 1065
versionName "1.7.1"
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