Skip to content

Commit 31f2522

Browse files
author
Martin Bella
committed
updated build tools for newer versions of android studio
1 parent ba692b8 commit 31f2522

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
dependencies {
34-
classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
34+
classpath 'com.android.tools.build:gradle:3.0.0-beta2'
3535
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.2'
3636
classpath 'gradle.plugin.com.nimbledroid:gradle-profiler:1.1.3'
3737
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
@@ -133,7 +133,7 @@ subprojects {
133133
}
134134

135135
task wrapper(type: Wrapper) {
136-
gradleVersion = '4.0'
136+
gradleVersion = '4.1'
137137
}
138138

139139
task clean(type: Delete) {

gradle/wrapper/gradle-wrapper.jar

505 Bytes
Binary file not shown.
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Jun 20 10:35:43 BST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

gradlew

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"
3535

36-
warn ( ) {
36+
warn () {
3737
echo "$*"
3838
}
3939

40-
die ( ) {
40+
die () {
4141
echo
4242
echo "$*"
4343
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155155
fi
156156

157157
# Escape application args
158-
save ( ) {
158+
save () {
159159
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
160160
echo " "
161161
}

0 commit comments

Comments
 (0)