Skip to content

Commit

Permalink
Release v1.0.35 (#162)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Stefan Schueller <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2020
1 parent c843e26 commit 5ed35c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ed35c9

Please sign in to comment.