Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Funkwhale Android
Manage
Activity
Members
Labels
Plan
Issues
72
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
Funkwhale Android
Merge requests
!75
#84
: Downgrade exoplayer extension version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#84
: Downgrade exoplayer extension version
bugfix/84-downgrade-exoplayer-extension-version
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ryan Harg
requested to merge
bugfix/84-downgrade-exoplayer-extension-version
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#84 (closed)
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9a319587
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
buildSrc/src/main/java/Versions.kt
+
1
−
1
Options
@@ -5,7 +5,7 @@ object Versions {
const
val
gradleDependencyPlugin
=
"0.38.0"
const
val
exoPlayer
=
"2.11.8"
const
val
exoPlayerExtensions
=
"2.1
4.0
"
const
val
exoPlayerExtensions
=
"2.1
1.4
"
const
val
fuel
=
"2.3.1"
const
val
gson
=
"2.8.7"
const
val
powerPreference
=
"2.0.0"
Loading