Release v1.0.35 (#162)

* update library and more (#160)

* download files with friendly name (not video ID)

* Update Picasso library
FIX : add extension in downloaded filename.
download files with friendly name (not video ID)

* Update Gradle
Add 0.75x and 1.25x to play speed

* Release v1.0.35

Co-authored-by: jmgfr <13685004+jmgfr@users.noreply.github.com>
Co-authored-by: Stefan Schueller <sschueller@nunight.com>
This commit is contained in:
Stefan Schüller 2020-06-01 20:16:38 +02:00 committed by GitHub
parent c843e268d0
commit 5ed35c9173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
### Version 1.0.35 Tag: v1.0.35 (2020-06-01)
* Gradle und Lib updates (Android Studio 4) (@jmgfr)
* Friendly name for downloaded files (@jmgfr)
* Add 0.5x and 1.25x to video speed menu (@jmgfr)
### Version 1.0.34 Tag: v1.0.34 (2020-05-16)
* Gradle updates

View File

@ -6,8 +6,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 28
versionCode 1034
versionName "1.0.34"
versionCode 1035
versionName "1.0.35"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ext {
libVersions = [
@ -70,6 +70,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '28.0.3'
applicationVariants.all { variant ->
variant.resValue "string", "versionName", variant.versionName