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

Update kotlin

parent be98f54e
No related branches found
Tags v1.3.3
No related merge requests found
Pipeline #902 canceled
......@@ -105,7 +105,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
// App Compat
implementation("com.google.android.material", "material", "1.1.0-alpha10")
......
......@@ -209,7 +209,7 @@ class AboutFragment : DaggerFragment() {
),
Library(
name = "Kotlin Standard Library",
version = "1.3.61",
version = "1.3.72",
license = apache2,
url = "https://kotlinlang.org/"
),
......
......@@ -26,7 +26,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.6.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72")
}
}
......
......@@ -29,9 +29,9 @@ tasks.withType<KotlinCompile> {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation(project(":invokerannotations"))
implementation("org.jetbrains.kotlin", "kotlin-compiler-embeddable", "1.3.61")
implementation("org.jetbrains.kotlin", "kotlin-compiler-embeddable", "1.3.72")
implementation("com.squareup", "kotlinpoet", "1.3.0")
compileOnly("com.google.auto.service:auto-service:1.0-rc6")
kapt("com.google.auto.service:auto-service:1.0-rc6")
......
......@@ -23,7 +23,7 @@ plugins {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("androidx.annotation", "annotation", "1.1.0")
......
......@@ -22,7 +22,7 @@ plugins {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("androidx.annotation", "annotation", "1.1.0")
......
......@@ -44,7 +44,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("com.google.code.gson", "gson", "2.8.5")
implementation("androidx.annotation", "annotation", "1.1.0")
......
......@@ -51,7 +51,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("androidx.appcompat", "appcompat", "1.1.0")
......
......@@ -44,6 +44,6 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("androidx.appcompat", "appcompat", "1.1.0")
}
......@@ -44,7 +44,7 @@ android {
}
dependencies {
implementation(kotlin("stdlib", "1.3.61"))
implementation(kotlin("stdlib", "1.3.72"))
implementation("androidx.appcompat", "appcompat", "1.1.0")
withVersion("2.2.0") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment