Version Bump

This commit is contained in:
Stefan Schueller 2020-07-05 20:54:20 +02:00
parent b235bbf423
commit f1ef75a1dd
2 changed files with 6 additions and 2 deletions

View File

@ -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)
* Completed implementation of Likes & Dislikes (@Poslovitch)
* Added preview of the current playback speed and video quality in the VideoOptionsFragment (@Poslovitch)

View File

@ -23,8 +23,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1044
versionName "1.0.44"
versionCode 1045
versionName "1.0.45"
//buildTime readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
//buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
//resValue "string", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'