diff options
| author | Tanuj M <thetanuj@hotmail.com> | 2020-12-11 00:29:29 +0530 |
|---|---|---|
| committer | Tanuj M <thetanuj@hotmail.com> | 2020-12-11 00:29:29 +0530 |
| commit | f8c6a857152f0586a54f36cee8fa4cce98dd4cd5 (patch) | |
| tree | e536727c0e888c1ebc2252ce297cc7664be2d530 /build.gradle | |
| parent | c5f7ff59c71145aec7165f32f43975fc52a23e8a (diff) | |
| download | SidePhOnelauncher-f8c6a857152f0586a54f36cee8fa4cce98dd4cd5.tar.gz SidePhOnelauncher-f8c6a857152f0586a54f36cee8fa4cce98dd4cd5.tar.bz2 SidePhOnelauncher-f8c6a857152f0586a54f36cee8fa4cce98dd4cd5.zip | |
Update kotlin, gradle and android navigation libs
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 6553a37..59f630a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.3.72" + ext.kotlin_version = "1.4.21" repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong |
