Skip to content

Commit 4b5380d

Browse files
authored
Merge pull request #28 from ChatterCommerce/update-gradle
updated gradle settings
2 parents 1ffb844 + 9313c52 commit 4b5380d

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4-
mavenCentral()
4+
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.14.1'
7+
classpath 'com.android.tools.build:gradle:2.3.3'
88

99
// NOTE: Do not place your application dependencies here; they belong
1010
// in the individual module build.gradle files

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ POM_DEVELOPER_NAME=Almeros Thies
1616
ANDROID_MIN_SDK=8
1717
ANDROID_TARGET_SDK=21
1818
ANDROID_COMPILE_SDK=21
19-
ANDROID_BUILD_TOOLS_VERSION=21.0.0
19+
ANDROID_BUILD_TOOLS_VERSION=25.0.0
20+
21+
org.gradle.jvmargs=-Xmx1536M
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 13 07:09:27 CST 2014
1+
#Wed Nov 15 14:08:27 PST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

library/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ android {
1313
versionCode Integer.parseInt(VERSION_CODE)
1414
versionName VERSION_NAME
1515
}
16+
17+
lintOptions {
18+
abortOnError false
19+
}
20+
1621
}

library/build/tmp/packageReleaseJar/MANIFEST.MF

Lines changed: 0 additions & 2 deletions
This file was deleted.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':library', ':sample'
1+
include ':library'

0 commit comments

Comments
 (0)