Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
532
Issue boards
Milestones
Wiki
Code
Merge requests
14
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
623bb335
Commit
623bb335
authored
8 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade api AppCompat version
parent
aba9809a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/build.gradle
+1
-1
1 addition, 1 deletion
api/build.gradle
api/src/main/AndroidManifest.xml
+1
-1
1 addition, 1 deletion
api/src/main/AndroidManifest.xml
with
2 additions
and
2 deletions
api/build.gradle
+
1
−
1
View file @
623bb335
...
...
@@ -42,5 +42,5 @@ android {
dependencies
{
compile
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
testCompile
'junit:junit:4.12'
compile
'com.android.support:appcompat-v7:2
3.1
.1'
compile
'com.android.support:appcompat-v7:2
4.2
.1'
}
This diff is collapsed.
Click to expand it.
api/src/main/AndroidManifest.xml
+
1
−
1
View file @
623bb335
...
...
@@ -24,7 +24,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.videolan.vlc.plugin.api"
>
<uses-sdk
android:minSdkVersion=
"
8
"
/>
<uses-sdk
android:minSdkVersion=
"
9
"
/>
<application
android:allowBackup=
"true"
android:label=
"@string/app_name"
android:supportsRtl=
"true"
>
...
...
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