chore(release): 1.9.0 [only cd]

# 1.9.0 (2022-01-01)

### Features

* New player, updates to newest android SDK, New details view, Removed torrent playback (stopped working correctly), Subscribe / unsubscribe if logged in 5a19390
This commit is contained in:
semantic-release-bot 2022-01-01 20:10:43 +00:00
parent 19f7157b74
commit 7c880655ae
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# 1.9.0 (2022-01-01)
### Features
* New player, updates to newest android SDK, New details view, Removed torrent playback (stopped working correctly), Subscribe / unsubscribe if logged in 5a19390
## 1.8.4 (2022-01-01)

View File

@ -1 +1 @@
1.8.4
1.9.0

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 32
versionCode 1070
versionName "1.8.4"
versionCode 1071
versionName "1.9.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
# 1.9.0 (2022-01-01)
### Features
* New player, updates to newest android SDK, New details view, Removed torrent playback (stopped working correctly), Subscribe / unsubscribe if logged in 5a19390