chore(release): 1.10.1 [only cd]
## 1.10.1 (2022-01-01) ### Bug Fixes * fixed broken languages784c69f
* Removed unsupported language in Google Play store and added test script to ci18e4949
This commit is contained in:
parent
15f9c59c03
commit
84a67f1e0b
@ -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)
|
# 1.10.0 (2022-01-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.10.0
|
1.10.1
|
||||||
|
@ -46,8 +46,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 1072
|
versionCode 1073
|
||||||
versionName "1.10.0"
|
versionName "1.10.1"
|
||||||
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"
|
||||||
|
|
||||||
|
7
fastlane/metadata/android/en-US/changelogs/1073.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/1073.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user