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
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ android { ...@@ -110,7 +110,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
// App Compat // App Compat
withVersion("27.1.1") { withVersion("27.1.1") {
......
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
}, },
{ {
"name": "Kotlin Standard Library", "name": "Kotlin Standard Library",
"version": "1.2.51", "version": "1.2.60",
"license": { "license": {
"short_name": "Apache-2.0", "short_name": "Apache-2.0",
"full_name": "Apache License" "full_name": "Apache License"
......
...@@ -227,7 +227,7 @@ class AboutFragment : DaggerFragment() { ...@@ -227,7 +227,7 @@ class AboutFragment : DaggerFragment() {
), ),
Library( Library(
name = "Kotlin Standard Library", name = "Kotlin Standard Library",
version = "1.2.51", version = "1.2.60",
license = apache2, license = apache2,
url = "https://kotlinlang.org/" url = "https://kotlinlang.org/"
), ),
......
...@@ -23,8 +23,8 @@ buildscript { ...@@ -23,8 +23,8 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:3.1.3") classpath("com.android.tools.build:gradle:3.1.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.60")
} }
} }
......
...@@ -18,5 +18,5 @@ distributionBase=GRADLE_USER_HOME ...@@ -18,5 +18,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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 { ...@@ -29,7 +29,7 @@ plugins {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
withVersion("27.1.1") { withVersion("27.1.1") {
implementation("com.android.support", "support-annotations", version) implementation("com.android.support", "support-annotations", version)
......
...@@ -27,7 +27,7 @@ plugins { ...@@ -27,7 +27,7 @@ plugins {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
withVersion("27.1.1") { withVersion("27.1.1") {
implementation("com.android.support", "support-annotations", version) implementation("com.android.support", "support-annotations", version)
......
...@@ -45,7 +45,7 @@ android { ...@@ -45,7 +45,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
implementation("com.google.code.gson", "gson", "2.8.2") implementation("com.google.code.gson", "gson", "2.8.2")
} }
...@@ -52,7 +52,7 @@ android { ...@@ -52,7 +52,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
// App Compat // App Compat
withVersion("27.1.1") { withVersion("27.1.1") {
......
...@@ -45,7 +45,7 @@ android { ...@@ -45,7 +45,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.51")) implementation(kotlin("stdlib", "1.2.60"))
// App Compat // App Compat
withVersion("27.1.1") { 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