diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 10:07:23 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 10:07:23 +0200 |
commit | 8ede9457fd21ac5e272e73f5ece1d4bc9c23faab (patch) | |
tree | 366dcab01a2a6ab40fed72cc25cf1bb4368c9589 /build.gradle | |
parent | 1740c8c0ec4a7fe371c30bc6be784bdc9407dbe2 (diff) |
Big updaterelease/3.2
Restructuring the packages and adding a Constants.kt for the api URL.
Also adding gson in Singletons.kt
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 cd9f6d3..39c5db8 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.5.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.0' + classpath 'com.android.tools.build:gradle:4.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong |