Version Bump
This commit is contained in:
parent
b235bbf423
commit
f1ef75a1dd
@ -1,3 +1,7 @@
|
|||||||
|
### Version 1.0.45 Tag: v1.0.45 (2020-07-??)
|
||||||
|
* Added token refresh
|
||||||
|
|
||||||
|
|
||||||
### Version 1.0.44 Tag: v1.0.44 (2020-07-05)
|
### Version 1.0.44 Tag: v1.0.44 (2020-07-05)
|
||||||
* Completed implementation of Likes & Dislikes (@Poslovitch)
|
* Completed implementation of Likes & Dislikes (@Poslovitch)
|
||||||
* Added preview of the current playback speed and video quality in the VideoOptionsFragment (@Poslovitch)
|
* Added preview of the current playback speed and video quality in the VideoOptionsFragment (@Poslovitch)
|
||||||
|
@ -23,8 +23,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1044
|
versionCode 1045
|
||||||
versionName "1.0.44"
|
versionName "1.0.45"
|
||||||
//buildTime readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
//buildTime readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
//buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
//buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
//resValue "string", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
//resValue "string", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
|
Loading…
Reference in New Issue
Block a user