Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Thibault Fighiera
VLC-Android
Commits
1c1d5f6a
Commit
1c1d5f6a
authored
5 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Update to 3.2 beta 2
parent
51bc326b
No related branches found
Branches containing commit
Tags
3.2.0-beta-02
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+4
-4
4 additions, 4 deletions
build.gradle
libvlc/build.gradle
+1
-1
1 addition, 1 deletion
libvlc/build.gradle
medialibrary/build.gradle
+1
-1
1 addition, 1 deletion
medialibrary/build.gradle
with
6 additions
and
6 deletions
build.gradle
+
4
−
4
View file @
1c1d5f6a
...
...
@@ -27,10 +27,10 @@ allprojects {
}
ext
{
versionName
=
'3.2.0-beta-
1
'
versionCode
=
3019
1
00
libvlcVersion
=
'3.2-eap
7
'
medialibraryVersion
=
'0.5-eap
7
'
versionName
=
'3.2.0-beta-
2
'
versionCode
=
3019
2
00
libvlcVersion
=
'3.2-eap
8
'
medialibraryVersion
=
'0.5-eap
8
'
minSdkVersion
=
17
targetSdkVersion
=
28
compileSdkVersion
=
28
...
...
This diff is collapsed.
Click to expand it.
libvlc/build.gradle
+
1
−
1
View file @
1c1d5f6a
...
...
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
def
vlcSrcDirs
=
System
.
getenv
(
'GRADLE_VLC_SRC_DIRS'
)
ext
{
library_version
=
'3.2-eap
7
'
library_version
=
'3.2-eap
8
'
repoName
=
'Android'
libraryName
=
'LibVLC-Android'
lib_artifact
=
"libvlc-$abi"
...
...
This diff is collapsed.
Click to expand it.
medialibrary/build.gradle
+
1
−
1
View file @
1c1d5f6a
...
...
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
ext
{
library_version
=
'0.5-eap
7
'
library_version
=
'0.5-eap
8
'
repoName
=
'Android'
libraryName
=
'Medialibrary-Android'
lib_artifact
=
"medialibrary-$abi"
...
...
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