Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Geoffrey Métais
VLC-Android
Commits
9bd1e81c
Commit
9bd1e81c
authored
Dec 07, 2018
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set maven repo to 'Android'
parent
3723beaf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
api/build.gradle
api/build.gradle
+1
-1
build.gradle
build.gradle
+1
-1
libvlc/build.gradle
libvlc/build.gradle
+1
-1
medialibrary/build.gradle
medialibrary/build.gradle
+1
-1
No files found.
api/build.gradle
View file @
9bd1e81c
...
...
@@ -26,7 +26,7 @@ apply plugin: 'com.github.dcendents.android-maven'
ext
{
library_version
=
'0.1'
repoName
=
'
LibVLC
'
repoName
=
'
Android
'
libraryName
=
'VLC-API'
desc
=
'SDK for VLC-Android extensions'
lib_artifact
=
'vlc-extensions'
...
...
build.gradle
View file @
9bd1e81c
...
...
@@ -21,7 +21,7 @@ allprojects {
google
()
jcenter
()
maven
{
url
"https://dl.bintray.com/videolan/
LibVLC
"
url
"https://dl.bintray.com/videolan/
Android
"
}
}
}
...
...
libvlc/build.gradle
View file @
9bd1e81c
...
...
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
ext
{
library_version
=
'3.1.0'
repoName
=
'
LibVLC
'
repoName
=
'
Android
'
libraryName
=
'LibVLC-Android'
lib_artifact
=
"libvlc-$abi"
...
...
medialibrary/build.gradle
View file @
9bd1e81c
...
...
@@ -26,7 +26,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
ext
{
library_version
=
'0.3.90'
repoName
=
'
LibVLC
'
repoName
=
'
Android
'
libraryName
=
'Medialibrary-Android'
lib_artifact
=
"medialibrary-$abi"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment