chore(release): 1.8.3 [only cd]
## 1.8.3 (2021-12-27)
### Bug Fixes
* new play store shorter app name requirement 37229a0
This commit is contained in:
parent
0d4fae005d
commit
34f0046bdd
|
@ -1,3 +1,10 @@
|
||||||
|
## 1.8.3 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* new play store shorter app name requirement 37229a0
|
||||||
|
|
||||||
## 1.8.2 (2021-12-27)
|
## 1.8.2 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.8.2
|
1.8.3
|
||||||
|
|
|
@ -46,8 +46,8 @@ android {
|
||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1068
|
versionCode 1069
|
||||||
versionName "1.8.2"
|
versionName "1.8.3"
|
||||||
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.8.3 (2021-12-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* new play store shorter app name requirement 37229a0
|
Loading…
Reference in New Issue