Version Bump
This commit is contained in:
parent
6545d57000
commit
8f96a266b8
|
@ -1,3 +1,10 @@
|
||||||
|
### Version 1.0.24 Tag: v1.0.24 (2019-01-09)
|
||||||
|
* Set video quality (@digiwizkid)
|
||||||
|
* BN Strings update (@digiwizkid)
|
||||||
|
* RU Strings update (@ferhadnecef)
|
||||||
|
* Moved torrent progressbas into video
|
||||||
|
* Better NSFW Filter labeling
|
||||||
|
|
||||||
### Version 1.0.23 Tag: v1.0.23 (2019-01-06)
|
### Version 1.0.23 Tag: v1.0.23 (2019-01-06)
|
||||||
* Moved video playback into fragment
|
* Moved video playback into fragment
|
||||||
* Added duration to video list
|
* Added duration to video list
|
||||||
|
|
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1023
|
versionCode 1024
|
||||||
versionName "1.0.23"
|
versionName "1.0.24"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|
|
Loading…
Reference in New Issue