diff options
-rw-r--r-- | app/build.gradle | 2 | ||||
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index 42a4834..1e96fdc 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions' | |||
4 | 4 | ||
5 | android { | 5 | android { |
6 | compileSdkVersion 25 | 6 | compileSdkVersion 25 |
7 | buildToolsVersion '25.0.0' | 7 | buildToolsVersion '26.0.2' |
8 | 8 | ||
9 | defaultConfig { | 9 | defaultConfig { |
10 | applicationId "org.pacien.tincapp" | 10 | applicationId "org.pacien.tincapp" |
diff --git a/build.gradle b/build.gradle index ad98065..c048023 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -1,12 +1,12 @@ | |||
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
2 | 2 | ||
3 | buildscript { | 3 | buildscript { |
4 | ext.kotlin_version = '1.1.4-3' | 4 | ext.kotlin_version = '1.1.51' |
5 | repositories { | 5 | repositories { |
6 | jcenter() | 6 | jcenter() |
7 | } | 7 | } |
8 | dependencies { | 8 | dependencies { |
9 | classpath 'com.android.tools.build:gradle:2.3.3' | 9 | classpath 'com.android.tools.build:gradle:3.0.0' |
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
11 | 11 | ||
12 | // NOTE: Do not place your application dependencies here; they belong | 12 | // NOTE: Do not place your application dependencies here; they belong |
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 01fdabe..c31c053 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties | |||
@@ -1,6 +1,6 @@ | |||
1 | #Tue Apr 25 12:53:07 CEST 2017 | 1 | #Mon Nov 06 13:11:37 CET 2017 |
2 | distributionBase=GRADLE_USER_HOME | 2 | distributionBase=GRADLE_USER_HOME |
3 | distributionPath=wrapper/dists | 3 | distributionPath=wrapper/dists |
4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
5 | zipStorePath=wrapper/dists | 5 | zipStorePath=wrapper/dists |
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip |