chore(release): 1.7.0 [only cd]
# 1.7.0 (2021-11-21)
### Features
* Android target SDK bump 116bc3e
This commit is contained in:
parent
4151694e2c
commit
8159dfdfbb
@ -1,3 +1,10 @@
|
|||||||
|
# 1.7.0 (2021-11-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Android target SDK bump 116bc3e
|
||||||
|
|
||||||
# 1.6.0 (2021-11-20)
|
# 1.6.0 (2021-11-20)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.6.0
|
1.7.0
|
||||||
|
@ -46,8 +46,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 1064
|
versionCode 1065
|
||||||
versionName "1.6.0"
|
versionName "1.7.0"
|
||||||
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"
|
||||||
|
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/1065.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/1065.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# 1.7.0 (2021-11-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Android target SDK bump 116bc3e
|
Loading…
Reference in New Issue
Block a user