Skip to content

Commit

Permalink
chore(release): 1.7.1 [only cd]
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
semantic-release-bot committed Nov 21, 2021
1 parent ef78a9b commit 2838d42
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 5 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/1065.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2838d42

Please sign in to comment.