Release
This commit is contained in:
parent
f1825ae75e
commit
fc5a565269
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user