Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
11
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
e2a96329
Commit
e2a96329
authored
5 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade AndroidX to 1.1
parent
6691f68a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#9364
passed with stage
in 27 minutes and 29 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+7
-7
7 additions, 7 deletions
build.gradle
medialibrary/build.gradle
+1
-1
1 addition, 1 deletion
medialibrary/build.gradle
with
8 additions
and
8 deletions
build.gradle
+
7
−
7
View file @
e2a96329
...
...
@@ -35,18 +35,18 @@ ext {
targetSdkVersion
=
28
compileSdkVersion
=
28
androidxLegacyVersion
=
'1.0.0'
androidxCoreVersion
=
'1.1.0
-rc02
'
androidxPreferencesVersion
=
'1.1.0
-rc01
'
androidxVersion
=
'1.1.0
-rc01
'
androidxActivityVersion
=
'1.0.0
-rc01
'
androidxFragmentVersion
=
'1.1.0
-rc03
'
androidxCoreVersion
=
'1.1.0'
androidxPreferencesVersion
=
'1.1.0'
androidxVersion
=
'1.1.0'
androidxActivityVersion
=
'1.0.0'
androidxFragmentVersion
=
'1.1.0'
androidxAnnotationVersion
=
'1.1.0'
androidxAppcompatVersion
=
'1.1.0
-rc01
'
androidxAppcompatVersion
=
'1.1.0'
androidxRecyclerviewVersion
=
'1.0.0'
androidxLeanbackVersion
=
'1.0.0'
androidxMaterialVersion
=
'1.0.0'
constraintLayoutVersion
=
'1.1.3'
archVersion
=
'2.1.0
-rc01
'
archVersion
=
'2.1.0'
roomVersion
=
'2.1.0'
pagingVersion
=
'2.1.0'
junitVersion
=
'4.12'
...
...
This diff is collapsed.
Click to expand it.
medialibrary/build.gradle
+
1
−
1
View file @
e2a96329
...
...
@@ -99,7 +99,7 @@ dependencies {
api
"androidx.core:core:$rootProject.ext.androidxCoreVersion"
api
"androidx.fragment:fragment:$rootProject.ext.androidxVersion"
testImplementation
"junit:junit:$rootProject.ext.junitVersion"
testImplementation
"org.robolectric:robolectric:4.2"
testImplementation
"org.robolectric:robolectric:4.2
.1
"
}
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
8cf6abba
·
5 years ago
mentioned in commit
8cf6abba
mentioned in commit 8cf6abbaed33982dbae8c9d5c6351941f4c8a97d
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