move on to version v0.13.5
This commit is contained in:
parent
067b15c300
commit
2a45a13f73
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 63
|
versionCode 64
|
||||||
versionName "0.13.4"
|
versionName "0.13.5"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
### Improvements
|
||||||
|
- Added the ability to limit video quality if using mobile data. #1339
|
||||||
|
- Remember brightness for the session #1442
|
||||||
|
- Improve download performance for weaker CPUs #1431
|
||||||
|
- add (working) support for media session #1433
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
- Fix crash on opening downloads (fix now available for release builds) #1441
|
Loading…
Reference in New Issue