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)
|
### Version 1.0.46 Tag: v1.0.46 (2020-07-08)
|
||||||
* Revert broken auth
|
* Revert broken auth
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,8 @@ android {
|
||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1046
|
versionCode 1047
|
||||||
versionName "1.0.46"
|
versionName "1.0.47"
|
||||||
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
|
|
Loading…
Reference in New Issue