This commit is contained in:
Stefan Schüller 2020-07-10 21:44:46 +02:00
parent f1825ae75e
commit fc5a565269
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
### Version 1.0.47 Tag: v1.0.47 (2020-07-10)
* Authentication refresh
### Version 1.0.46 Tag: v1.0.46 (2020-07-08)
* Revert broken auth

View File

@ -23,8 +23,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1046
versionName "1.0.46"
versionCode 1047
versionName "1.0.47"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ext {