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
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
Osei Desmond Osei Desmond
VLC-Android
Commits
b2981dcb
Commit
b2981dcb
authored
2 years ago
by
Duncan McNamara
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.5.0-eap7 / 0.12.0-eap7
parent
2bed479b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
buildsystem/compile-medialibrary.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile-medialibrary.sh
buildsystem/compile.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile.sh
with
4 additions
and
4 deletions
build.gradle
+
2
−
2
View file @
b2981dcb
...
...
@@ -39,8 +39,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.5.0 Beta 5'
versionCode
=
3040450
libvlcVersion
=
'3.5.0-eap
6
'
medialibraryVersion
=
'0.1
1.2
-eap
6
'
libvlcVersion
=
'3.5.0-eap
7
'
medialibraryVersion
=
'0.1
2.0
-eap
7
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
31
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
b2981dcb
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
17bd66deea2cb2964de01b393e0e0e1138d82f28
MEDIALIBRARY_HASH
=
fc002ae17f9b6544d784f609f3b6872544e5d40c
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
b2981dcb
...
...
@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
cabe90d174ce3dd22db45887e9146456339790a0
TESTED_HASH
=
25362eb856f14632e051ab48f1f592cb69f021da
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
if
[
!
-d
"vlc"
]
;
then
diagnostic
"VLC 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