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
2ce33c25
authored
May 11, 2015
by
ojw28
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #436 from ened/dev
Simple gradle updates
parents
861d6749
3079bf1d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
build.gradle
demo/build.gradle
library/build.gradle
build.gradle
View file @
2ce33c25
...
...
@@ -20,7 +20,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:1.
0.0
'
classpath
'com.android.tools.build:gradle:1.
2.2
'
classpath
'com.novoda:bintray-release:0.2.7'
}
}
...
...
demo/build.gradle
View file @
2ce33c25
...
...
@@ -14,12 +14,12 @@
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
2
1
buildToolsVersion
"2
1.1.2
"
compileSdkVersion
2
2
buildToolsVersion
"2
2.0.1
"
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
1
targetSdkVersion
2
2
}
buildTypes
{
release
{
...
...
library/build.gradle
View file @
2ce33c25
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.library'
apply
plugin:
'bintray-release'
android
{
compileSdkVersion
2
1
buildToolsVersion
"2
1.1.2
"
compileSdkVersion
2
2
buildToolsVersion
"2
2.0.1
"
defaultConfig
{
// Important: ExoPlayerLib specifies a minSdkVersion of 9 because
...
...
@@ -25,7 +25,7 @@ android {
// functionality provided by the library requires API level 16 or
// greater.
minSdkVersion
9
targetSdkVersion
2
1
targetSdkVersion
2
2
}
buildTypes
{
...
...
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