Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
c5caf920
Commit
c5caf920
authored
7 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Update AppCompat to v25.3.0
parent
e59817eb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
api/build.gradle
+1
-1
1 addition, 1 deletion
api/build.gradle
libvlc/build.gradle
+1
-1
1 addition, 1 deletion
libvlc/build.gradle
medialibrary/build.gradle
+3
-3
3 additions, 3 deletions
medialibrary/build.gradle
vlc-android/build.gradle
+7
-7
7 additions, 7 deletions
vlc-android/build.gradle
with
12 additions
and
12 deletions
api/build.gradle
+
1
−
1
View file @
c5caf920
...
...
@@ -46,6 +46,6 @@ task generateSources (type: Jar) {
dependencies
{
compile
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
compile
'com.android.support:appcompat-v7:25.
2
.0'
compile
'com.android.support:appcompat-v7:25.
3
.0'
testCompile
'junit:junit:4.12'
}
This diff is collapsed.
Click to expand it.
libvlc/build.gradle
+
1
−
1
View file @
c5caf920
...
...
@@ -100,5 +100,5 @@ task generateSources (type: Jar) {
}
dependencies
{
compile
'com.android.support:support-annotations:25.
2
.0'
compile
'com.android.support:support-annotations:25.
3
.0'
}
This diff is collapsed.
Click to expand it.
medialibrary/build.gradle
+
3
−
3
View file @
c5caf920
...
...
@@ -63,7 +63,7 @@ clean {
dependencies
{
compile
project
(
':libvlc'
)
compile
'com.android.support:support-v4:25.
2
.0'
compile
'com.android.support:support-compat:25.
2
.0'
compile
'com.android.support:support-fragment:25.
2
.0'
compile
'com.android.support:support-v4:25.
3
.0'
compile
'com.android.support:support-compat:25.
3
.0'
compile
'com.android.support:support-fragment:25.
3
.0'
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
vlc-android/build.gradle
+
7
−
7
View file @
c5caf920
...
...
@@ -206,13 +206,13 @@ dependencies {
compile
project
(
':medialibrary'
)
compile
project
(
':api'
)
compile
project
(
':axmlrpc'
)
compile
'com.android.support:appcompat-v7:25.
2
.0'
compile
'com.android.support:recyclerview-v7:25.
2
.0'
compile
'com.android.support:design:25.
2
.0'
compile
'com.android.support:support-annotations:25.
2
.0'
compile
'com.android.support:preference-v7:25.
2
.0'
compile
'com.android.support:leanback-v17:25.
2
.0'
compile
'com.android.support:preference-leanback-v17:25.
2
.0'
compile
'com.android.support:appcompat-v7:25.
3
.0'
compile
'com.android.support:recyclerview-v7:25.
3
.0'
compile
'com.android.support:design:25.
3
.0'
compile
'com.android.support:support-annotations:25.
3
.0'
compile
'com.android.support:preference-v7:25.
3
.0'
compile
'com.android.support:leanback-v17:25.
3
.0'
compile
'com.android.support:preference-leanback-v17:25.
3
.0'
compile
'com.android.support.constraint:constraint-layout:1.0.2'
testCompile
'junit:junit:4.12'
}
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
ea569b7b
·
7 years ago
mentioned in commit
ea569b7b
mentioned in commit ea569b7bdd2012ce1f4dbc7314aada861a184788
Toggle commit list
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