Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
b82dbcb9
Commit
b82dbcb9
authored
6 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade kotlinx to v0.26
parent
87420e40
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
vlc-android/src/org/videolan/vlc/providers/BrowserProvider.kt
+1
-4
1 addition, 4 deletions
...android/src/org/videolan/vlc/providers/BrowserProvider.kt
with
2 additions
and
5 deletions
build.gradle
+
1
−
1
View file @
b82dbcb9
...
...
@@ -2,7 +2,7 @@
buildscript
{
ext
.
android_plugin_version
=
'3.1.4'
ext
.
kotlin_version
=
'1.2.61'
ext
.
kotlinx_version
=
'0.2
5.3
'
ext
.
kotlinx_version
=
'0.2
6.0
'
repositories
{
flatDir
dirs:
"gradle/plugins"
google
()
...
...
This diff is collapsed.
Click to expand it.
vlc-android/src/org/videolan/vlc/providers/BrowserProvider.kt
+
1
−
4
View file @
b82dbcb9
...
...
@@ -27,14 +27,11 @@ import android.os.Handler
import
android.os.HandlerThread
import
android.os.Process
import
android.support.v4.util.SimpleArrayMap
import
kotlinx.coroutines.experimental.IO
import
kotlinx.coroutines.experimental.Job
import
kotlinx.coroutines.experimental.*
import
kotlinx.coroutines.experimental.android.HandlerContext
import
kotlinx.coroutines.experimental.android.UI
import
kotlinx.coroutines.experimental.channels.Channel
import
kotlinx.coroutines.experimental.channels.mapTo
import
kotlinx.coroutines.experimental.launch
import
kotlinx.coroutines.experimental.withContext
import
org.videolan.libvlc.Media
import
org.videolan.libvlc.util.MediaBrowser
import
org.videolan.libvlc.util.MediaBrowser.EventListener
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment