Skip to content

Commit

Permalink
sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeba committed Jan 27, 2018
1 parent 6487156 commit 583631f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin {

android {
compileSdkVersion 27
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.elpassion.crweather"
minSdkVersion 21
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.1.51'
ext.kotlin_version = '1.2.21'
ext.kotlinx_coroutines_version = '0.19.1'
ext.android_arch_version = '1.0.0-alpha9-1'
ext.android_support_version = '27.0.0'
ext.android_arch_version = '1.0.0'
ext.android_support_version = '27.0.2'
ext.retrofit_version = '2.3.0'
ext.okhttp_version = '3.8.0'
ext.constraint_layout_version = '1.0.2'
Expand All @@ -15,7 +15,7 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 583631f

Please sign in to comment.