chore(release): 1.1.1 [only cd]
## 1.1.1 (2021-02-05)
### Bug Fixes
* Removed SHA from version name to fix fdroid builds 9dc7d54
This commit is contained in:
parent
9dc7d54689
commit
5305533cea
|
@ -1,3 +1,10 @@
|
||||||
|
## 1.1.1 (2021-02-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Removed SHA from version name to fix fdroid builds 9dc7d54
|
||||||
|
|
||||||
# 1.1.0 (2021-02-01)
|
# 1.1.0 (2021-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.0
|
1.1.1
|
||||||
|
|
|
@ -44,8 +44,8 @@ android {
|
||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1056
|
versionCode 1057
|
||||||
versionName "1.1.0-12d85f58"
|
versionName "1.1.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"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
## 1.1.1 (2021-02-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Removed SHA from version name to fix fdroid builds 9dc7d54
|
Loading…
Reference in New Issue