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
8c980c88
authored
Nov 21, 2014
by
ojw28
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #164 from talklittle/dev
gradle plugin 0.14.4 fixes
parents
2798b430
9658534b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
build.gradle
demo/build.gradle
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
library/build.gradle
build.gradle
View file @
8c980c88
...
@@ -19,7 +19,7 @@ buildscript {
...
@@ -19,7 +19,7 @@ buildscript {
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:0.1
2
.+'
classpath
'com.android.tools.build:gradle:0.1
4
.+'
}
}
}
}
...
...
demo/build.gradle
View file @
8c980c88
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.
apply
plugin:
'
android
'
apply
plugin:
'
com.android.application
'
android
{
android
{
compileSdkVersion
19
compileSdkVersion
21
buildToolsVersion
"19.1"
buildToolsVersion
"19.1"
defaultConfig
{
defaultConfig
{
...
@@ -23,7 +23,7 @@ android {
...
@@ -23,7 +23,7 @@ android {
}
}
buildTypes
{
buildTypes
{
release
{
release
{
runProguar
d
false
minifyEnable
d
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
}
}
...
...
gradle/wrapper/gradle-wrapper.jar
View file @
8c980c88
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
8c980c88
#T
ue Jun 10 20:02:28 B
ST 2014
#T
hu Nov 20 12:15:03 P
ST 2014
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
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/build.gradle
View file @
8c980c88
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.
apply
plugin:
'
android-
library'
apply
plugin:
'
com.android.
library'
android
{
android
{
compileSdkVersion
19
compileSdkVersion
21
buildToolsVersion
"19.1"
buildToolsVersion
"19.1"
defaultConfig
{
defaultConfig
{
...
@@ -24,7 +24,7 @@ android {
...
@@ -24,7 +24,7 @@ android {
buildTypes
{
buildTypes
{
release
{
release
{
runProguar
d
false
minifyEnable
d
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
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