Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Groggy committed Aug 8, 2020
1 parent a69eb01 commit 253eda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Android TV application to watch content from [F1 TV](https://f1tv.formula1.com).
At this time, only live or replay content from the current season is available (F1, F2, F3, ...).
Onboard channels when available are supported, as well as technical channels like the tracker channel.

Multiple channels playback is not supported. Audio selection (language or no commentary) is not supported
so everything is in english.
Multiple channels playback is not supported. Audio selection (language or no commentary) is supported.

Application is not translated and only available in english.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "fr.groggy.racecontrol.tv"
minSdkVersion(26)
targetSdkVersion(30)
versionCode = 3
versionName = "1.1.0"
versionCode = 4
versionName = "1.2.0"

}

Expand Down

0 comments on commit 253eda2

Please sign in to comment.