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
e4ea9c10
authored
Dec 22, 2014
by
Sebastian Roth
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Include gradle plugin 1.0.0
parent
34372deb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
build.gradle
demo/build.gradle
gradle/wrapper/gradle-wrapper.properties
library/build.gradle
build.gradle
View file @
e4ea9c10
...
...
@@ -19,7 +19,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:1.0.0
-rc1
'
classpath
'com.android.tools.build:gradle:1.0.0'
}
}
...
...
demo/build.gradle
View file @
e4ea9c10
...
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
android
{
compileSdkVersion
21
buildToolsVersion
"21.1.
1
"
buildToolsVersion
"21.1.
2
"
defaultConfig
{
minSdkVersion
16
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
e4ea9c10
#
Thu Nov 20 12:15:03 P
ST 2014
#
Mon Dec 22 10:29:11 C
ST 2014
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-2.2.1-
rc-1-bin
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-2.2.1-
all
.zip
library/build.gradle
View file @
e4ea9c10
...
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.library'
android
{
compileSdkVersion
21
buildToolsVersion
"21.1.
1
"
buildToolsVersion
"21.1.
2
"
defaultConfig
{
minSdkVersion
9
...
...
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