File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed
build/tmp/packageReleaseJar Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
3
repositories {
4
- mavenCentral ()
4
+ jcenter ()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:0.14.1 '
7
+ classpath ' com.android.tools.build:gradle:2.3.3 '
8
8
9
9
// NOTE: Do not place your application dependencies here; they belong
10
10
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -16,4 +16,6 @@ POM_DEVELOPER_NAME=Almeros Thies
16
16
ANDROID_MIN_SDK=8
17
17
ANDROID_TARGET_SDK=21
18
18
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
Original file line number Diff line number Diff line change 1
- # Thu Nov 13 07:09 :27 CST 2014
1
+ # Wed Nov 15 14:08 :27 PST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -13,4 +13,9 @@ android {
13
13
versionCode Integer . parseInt(VERSION_CODE )
14
14
versionName VERSION_NAME
15
15
}
16
+
17
+ lintOptions {
18
+ abortOnError false
19
+ }
20
+
16
21
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- include ' :library' , ' :sample '
1
+ include ' :library'
You can’t perform that action at this time.
0 commit comments