Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1b7ccf1
authored
May 12, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix versions
parent
09359637
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
demo_misc/webm_sw_decoder/build.gradle
demo_misc/webm_sw_decoder/src/main/AndroidManifest.xml
demo_misc/webm_sw_decoder/src/main/project.properties
demo_misc/webm_sw_decoder/build.gradle
View file @
e1b7ccf1
...
@@ -14,12 +14,12 @@
...
@@ -14,12 +14,12 @@
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
android
{
android
{
compileSdkVersion
2
1
compileSdkVersion
2
2
buildToolsVersion
"2
1.1.2
"
buildToolsVersion
"2
2.0.1
"
defaultConfig
{
defaultConfig
{
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
2
1
targetSdkVersion
2
2
}
}
buildTypes
{
buildTypes
{
release
{
release
{
...
...
demo_misc/webm_sw_decoder/src/main/AndroidManifest.xml
View file @
e1b7ccf1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<uses-feature
android:glEsVersion=
"0x00020000"
></uses-feature>
<uses-feature
android:glEsVersion=
"0x00020000"
></uses-feature>
<uses-sdk
android:minSdkVersion=
"9"
android:targetSdkVersion=
"2
1
"
/>
<uses-sdk
android:minSdkVersion=
"9"
android:targetSdkVersion=
"2
2
"
/>
<application
<application
android:label=
"@string/app_name"
android:label=
"@string/app_name"
...
...
demo_misc/webm_sw_decoder/src/main/project.properties
View file @
e1b7ccf1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
# Project target.
target
=
android-
19
target
=
android-
22
android.library.reference.1
=
../../../../library/src/main
android.library.reference.1
=
../../../../library/src/main
android.library.reference.2
=
../../../../extensions/opus/src/main
android.library.reference.2
=
../../../../extensions/opus/src/main
android.library.reference.3
=
../../../../extensions/vp9/src/main
android.library.reference.3
=
../../../../extensions/vp9/src/main
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment