summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-10-11 10:26:49 -0300
committerTorsten Grote <t@grobox.de>2021-10-11 10:31:31 -0300
commit12f3d8296868e1cb582c9ada86813d606c23d3bc (patch)
tree67a03d0f6b431e74783f48db2967f6b9ca8ac10a /build.gradle.kts
parent082420665a58ad898b47e8216484ff6ca4e2bc28 (diff)
downloadakono-12f3d8296868e1cb582c9ada86813d606c23d3bc.tar.gz
akono-12f3d8296868e1cb582c9ada86813d606c23d3bc.tar.bz2
akono-12f3d8296868e1cb582c9ada86813d606c23d3bc.zip
test
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 977f75e6..36b9f1f5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,15 +1,15 @@
-val kotlin_version by extra("1.3.21")
+val kotlin_version by extra("1.3.71")
buildscript {
var kotlin_version: String by extra
- kotlin_version = "1.3.30"
+ kotlin_version = "1.3.71"
repositories {
google()
jcenter()
}
dependencies {
- classpath("com.android.tools.build:gradle:3.3.2")
- classpath(kotlin("gradle-plugin", version = "1.3.21"))
+ classpath("com.android.tools.build:gradle:3.6.2")
+ classpath(kotlin("gradle-plugin", version = "1.3.71"))
}
}