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
52b95c1f
authored
Nov 21, 2014
by
ojw28
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #166 from google/dev
dev -> dev-hls
parents
03e859d7
8c980c88
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
62 deletions
build.gradle
demo/build.gradle
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
library/.project~
library/build.gradle
build.gradle
View file @
52b95c1f
...
...
@@ -19,7 +19,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:0.1
2
.+'
classpath
'com.android.tools.build:gradle:0.1
4
.+'
}
}
...
...
demo/build.gradle
View file @
52b95c1f
...
...
@@ -11,10 +11,10 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
plugin:
'
android
'
apply
plugin:
'
com.android.application
'
android
{
compileSdkVersion
19
compileSdkVersion
21
buildToolsVersion
"19.1"
defaultConfig
{
...
...
@@ -23,7 +23,7 @@ android {
}
buildTypes
{
release
{
runProguar
d
false
minifyEnable
d
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
...
...
gradle/wrapper/gradle-wrapper.jar
View file @
52b95c1f
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
52b95c1f
#T
ue Jun 10 20:02:28 B
ST 2014
#T
hu Nov 20 12:15:03 P
ST 2014
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.12
-bin.zip
distributionUrl
=
http
s
\:
//services.gradle.org/distributions/gradle-2.2.1-rc-1
-bin.zip
library/.project~
deleted
100644 → 0
View file @
03e859d7
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
ExoPlayerLib
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.android.ide.eclipse.adt.ResourceManagerBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.android.ide.eclipse.adt.PreCompilerBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.android.ide.eclipse.adt.ApkBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.android.ide.eclipse.adt.AndroidNature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
</natures>
<filteredResources>
<filter>
<id>
1363908161147
</id>
<name></name>
<type>
22
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-false-false-BUILD
</arguments>
</matcher>
</filter>
<filter>
<id>
1363908161148
</id>
<name></name>
<type>
10
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-true-false-build
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
library/build.gradle
View file @
52b95c1f
...
...
@@ -11,10 +11,10 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply
plugin:
'
android-
library'
apply
plugin:
'
com.android.
library'
android
{
compileSdkVersion
19
compileSdkVersion
21
buildToolsVersion
"19.1"
defaultConfig
{
...
...
@@ -24,7 +24,7 @@ android {
buildTypes
{
release
{
runProguar
d
false
minifyEnable
d
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
...
...
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