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

Updated kotlin

parent 8fd75e35
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
// App Compat
withVersion("27.1.1") {
......
......@@ -161,7 +161,7 @@
},
{
"name": "Kotlin Standard Library",
"version": "1.2.51",
"version": "1.2.60",
"license": {
"short_name": "Apache-2.0",
"full_name": "Apache License"
......
......@@ -227,7 +227,7 @@ class AboutFragment : DaggerFragment() {
),
Library(
name = "Kotlin Standard Library",
version = "1.2.51",
version = "1.2.60",
license = apache2,
url = "https://kotlinlang.org/"
),
......
......@@ -23,8 +23,8 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51")
classpath("com.android.tools.build:gradle:3.1.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.60")
}
}
......
......@@ -18,5 +18,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-4.9-all.zip
......@@ -29,7 +29,7 @@ plugins {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
withVersion("27.1.1") {
implementation("com.android.support", "support-annotations", version)
......
......@@ -27,7 +27,7 @@ plugins {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
withVersion("27.1.1") {
implementation("com.android.support", "support-annotations", version)
......
......@@ -45,7 +45,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
implementation("com.google.code.gson", "gson", "2.8.2")
}
......@@ -52,7 +52,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
// App Compat
withVersion("27.1.1") {
......
......@@ -45,7 +45,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.2.51"))
implementation(kotlin("stdlib", "1.2.60"))
// App Compat
withVersion("27.1.1") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment