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

Dependencies upgraded

parent 06b2ea1e
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ android { ...@@ -89,7 +89,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.31")) implementation(kotlin("stdlib", "1.2.40"))
// App Compat // App Compat
withVersion("27.1.1") { withVersion("27.1.1") {
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
}, },
{ {
"name": "Kotlin Standard Library", "name": "Kotlin Standard Library",
"version": "1.2.31", "version": "1.2.40",
"license": { "license": {
"shortName": "Apache-2.0", "shortName": "Apache-2.0",
"fullName": "Apache License" "fullName": "Apache License"
......
...@@ -196,7 +196,7 @@ class AboutFragment : DaggerFragment() { ...@@ -196,7 +196,7 @@ class AboutFragment : DaggerFragment() {
), ),
Library( Library(
name = "Kotlin Standard Library", name = "Kotlin Standard Library",
version = "1.2.31", version = "1.2.40",
license = apache2, license = apache2,
url = "https://kotlinlang.org/" url = "https://kotlinlang.org/"
), ),
......
...@@ -5,10 +5,7 @@ buildscript { ...@@ -5,10 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:3.1.1") classpath("com.android.tools.build:gradle:3.1.1")
withVersion("1.2.31") { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.31")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$version")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:$version")
}
} }
} }
......
...@@ -10,7 +10,7 @@ plugins { ...@@ -10,7 +10,7 @@ plugins {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.31")) implementation(kotlin("stdlib", "1.2.40"))
withVersion("27.1.1") { withVersion("27.1.1") {
implementation("com.android.support", "support-annotations", version) implementation("com.android.support", "support-annotations", version)
......
...@@ -17,7 +17,7 @@ android { ...@@ -17,7 +17,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.31")) implementation(kotlin("stdlib", "1.2.40"))
implementation("com.google.code.gson", "gson", "2.8.2") implementation("com.google.code.gson", "gson", "2.8.2")
} }
...@@ -23,7 +23,7 @@ android { ...@@ -23,7 +23,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.31")) implementation(kotlin("stdlib", "1.2.40"))
// App Compat // App Compat
withVersion("27.1.1") { withVersion("27.1.1") {
......
...@@ -17,7 +17,7 @@ android { ...@@ -17,7 +17,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.2.31")) implementation(kotlin("stdlib", "1.2.40"))
// App Compat // App Compat
withVersion("27.1.1") { withVersion("27.1.1") {
...@@ -25,7 +25,7 @@ dependencies { ...@@ -25,7 +25,7 @@ dependencies {
} }
// App Arch Lifecycle // App Arch Lifecycle
withVersion("1.1.0") { withVersion("1.1.1") {
implementation("android.arch.lifecycle", "extensions", version) implementation("android.arch.lifecycle", "extensions", version)
implementation("android.arch.lifecycle", "reactivestreams", version) implementation("android.arch.lifecycle", "reactivestreams", version)
kapt("android.arch.lifecycle", "compiler", version) kapt("android.arch.lifecycle", "compiler", version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment