chore(release): 1.6.0 [only cd]
# 1.6.0 (2021-11-20)
### Features
* Load full description 2f89538
This commit is contained in:
parent
0a003a38eb
commit
b14eb3981f
|
@ -1,3 +1,10 @@
|
||||||
|
# 1.6.0 (2021-11-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Load full description 2f89538
|
||||||
|
|
||||||
## 1.5.2 (2021-10-11)
|
## 1.5.2 (2021-10-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5.2
|
1.6.0
|
||||||
|
|
|
@ -46,8 +46,8 @@ android {
|
||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1063
|
versionCode 1064
|
||||||
versionName "1.5.2"
|
versionName "1.6.0"
|
||||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# 1.6.0 (2021-11-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Load full description 2f89538
|
Loading…
Reference in New Issue