diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fe13a..a58607a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 4f789c7..ce3bd4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'