File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
31
31
}
32
32
33
33
dependencies {
34
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
34
+ classpath ' com.android.tools.build:gradle:3.0.0-beta2 '
35
35
classpath ' com.dicedmelon.gradle:jacoco-android:0.1.2'
36
36
classpath ' gradle.plugin.com.nimbledroid:gradle-profiler:1.1.3'
37
37
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
@@ -133,7 +133,7 @@ subprojects {
133
133
}
134
134
135
135
task wrapper (type : Wrapper ) {
136
- gradleVersion = ' 4.0 '
136
+ gradleVersion = ' 4.1 '
137
137
}
138
138
139
139
task clean (type : Delete ) {
Original file line number Diff line number Diff line change 1
- # Tue Jun 20 10:35:43 BST 2017
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
3
zipStoreBase =GRADLE_USER_HOME
5
4
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
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
35
35
36
- warn ( ) {
36
+ warn () {
37
37
echo " $* "
38
38
}
39
39
40
- die ( ) {
40
+ die () {
41
41
echo
42
42
echo " $* "
43
43
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155
155
fi
156
156
157
157
# Escape application args
158
- save ( ) {
158
+ save () {
159
159
for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160
160
echo " "
161
161
}
You can’t perform that action at this time.
0 commit comments