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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
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
AL GHAZWANI
VLC-Android
Commits
e235d074
Commit
e235d074
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.5.0-eap10 and 0.12.0-eap10
parent
4df1dc3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
buildsystem/compile.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile.sh
with
3 additions
and
3 deletions
build.gradle
+
2
−
2
View file @
e235d074
...
...
@@ -39,8 +39,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.5.0 RC 2'
versionCode
=
3040490
libvlcVersion
=
'3.5.0-eap
9
'
medialibraryVersion
=
'0.12.0-eap
9
'
libvlcVersion
=
'3.5.0-eap
10
'
medialibraryVersion
=
'0.12.0-eap
10
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
31
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
e235d074
...
...
@@ -254,7 +254,7 @@ fi
# Fetch VLC source #
####################
LIBVLCJNI_TESTED_HASH
=
9ea3e7a5fc5daee2e1c4
36
8
09
1a8e4a846f3a17e
LIBVLCJNI_TESTED_HASH
=
6889bf7cde7e2
36
6
09
e0ba61b8121260666b910d
LIBVLCJNI_REPOSITORY
=
https://code.videolan.org/videolan/libvlcjni
if
[
!
-d
"libvlcjni"
]
||
[
!
-d
"libvlcjni/.git"
]
;
then
diagnostic
"libvlcjni sources: not found, cloning"
...
...
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