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:
semantic-release-bot 2021-02-05 15:48:32 +00:00
parent 9dc7d54689
commit 5305533cea
4 changed files with 16 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
1.1.0
1.1.1

View File

@ -44,8 +44,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1056
versionName "1.1.0-12d85f58"
versionCode 1057
versionName "1.1.1"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.1.1 (2021-02-05)
### Bug Fixes
* Removed SHA from version name to fix fdroid builds 9dc7d54