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:
parent
19f7157b74
commit
7c880655ae
@ -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)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.8.4
|
||||
1.9.0
|
||||
|
@ -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"
|
||||
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/1071.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1071.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user