chore(release): 1.10.1 [only cd]

## 1.10.1 (2022-01-01)

### Bug Fixes

* fixed broken languages 784c69f
* Removed unsupported language in Google Play store and added test script to ci 18e4949
This commit is contained in:
semantic-release-bot 2022-01-01 23:32:44 +00:00
parent 15f9c59c03
commit 84a67f1e0b
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## 1.10.1 (2022-01-01)
### Bug Fixes
* fixed broken languages 784c69f
* Removed unsupported language in Google Play store and added test script to ci 18e4949
# 1.10.0 (2022-01-01)

View File

@ -1 +1 @@
1.10.0
1.10.1

View File

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

View File

@ -0,0 +1,7 @@
## 1.10.1 (2022-01-01)
### Bug Fixes
* fixed broken languages 784c69f
* Removed unsupported language in Google Play store and added test script to ci 18e4949