Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
🆙 Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jun 21, 2017
1 parent 350242e commit c54e490
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'io.realm:realm-gradle-plugin:2.3.2'
classpath 'io.realm:realm-gradle-plugin:3.3.2'
classpath 'org.jacoco:org.jacoco.core:0.7.9'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-5'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'
}
}

allprojects {
repositories {
google()
jcenter()
}
}
Expand All @@ -26,7 +27,7 @@ task clean(type: Delete) {
}

ext {
buildToolsVersion = '25.0.2'
buildToolsVersion = '25.0.3'
compileSdkVersion = 25
minSdkVersion = 9
targetSdkVersion = 25
Expand All @@ -36,7 +37,7 @@ ext {
jUnitVersion = '4.12'
kolumbusVersionCode = 9
kolumbusVersionName = '0.9'
kotlinVersion = '1.1.1'
mockitoVersion = '2.7.17'
supportLibraryVersion = '25.3.0'
kotlinVersion = '1.1.2-5'
mockitoVersion = '2.8.47'
supportLibraryVersion = '25.4.0'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Mar 16 08:12:46 CET 2017
#Wed Jun 21 19:31:39 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit c54e490

Please sign in to comment.