Skip to content
Snippets Groups Projects
Commit d379a749 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated kotlin version

parent bc8915cc
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.21"))
implementation(kotlin("stdlib", "1.2.30"))
// App Compat
withVersion("27.0.2") {
......
......@@ -5,8 +5,10 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.2.21")
withVersion("1.2.30") {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$version")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:$version")
}
}
}
......
......@@ -11,7 +11,7 @@ plugins {
val appCompatVersion = "27.0.2"
dependencies {
implementation(kotlin("stdlib", "1.2.21"))
implementation(kotlin("stdlib", "1.2.30"))
implementation("com.android.support", "support-annotations", "27.0.2")
implementation("org.threeten", "threetenbp", "1.3.6")
......
......@@ -17,7 +17,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.21"))
implementation(kotlin("stdlib", "1.2.30"))
implementation("com.google.code.gson", "gson", "2.8.2")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment