chore(release): 1.5.2 [only cd]

## 1.5.2 (2021-10-11)

### Bug Fixes

* removed incompatible languages (android play) 4fd8ff9
This commit is contained in:
semantic-release-bot 2021-10-11 06:18:36 +00:00
parent 8fcf168117
commit 37d0157d3c
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.5.2 (2021-10-11)
### Bug Fixes
* removed incompatible languages (android play) 4fd8ff9
## 1.5.1 (2021-10-10)

View File

@ -1 +1 @@
1.5.1
1.5.2

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1062
versionName "1.5.1"
versionCode 1063
versionName "1.5.2"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.5.2 (2021-10-11)
### Bug Fixes
* removed incompatible languages (android play) 4fd8ff9