From 5ed35c9173982e89af8cb43f2a24b3e3a6181a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Sch=C3=BCller?= Date: Mon, 1 Jun 2020 20:16:38 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 5 +++++ app/build.gradle | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417bb82..0939ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 39d5a45..5062d0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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