chore(release): 1.5.1 [only cd]
## 1.5.1 (2021-10-10)
### Bug Fixes
* incompatible languages (android play) b4efa27
This commit is contained in:
parent
7127078bd6
commit
70f92742e6
|
@ -1,3 +1,10 @@
|
|||
## 1.5.1 (2021-10-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* incompatible languages (android play) b4efa27
|
||||
|
||||
# 1.5.0 (2021-10-05)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.5.0
|
||||
1.5.1
|
||||
|
|
|
@ -46,8 +46,8 @@ android {
|
|||
applicationId "net.schueller.peertube"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 1061
|
||||
versionName "1.5.0"
|
||||
versionCode 1062
|
||||
versionName "1.5.1"
|
||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
## 1.5.1 (2021-10-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* incompatible languages (android play) b4efa27
|
Loading…
Reference in New Issue