Merge pull request #28 from fknives/dependabot/gradle/develop/org.jetbrains.kotlin-kotlin-gradle-plugin-1.6.10
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.10
This commit is contained in:
commit
2f3d0506d3
3 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = "1.5.31"
|
ext.kotlin_version = "1.6.10"
|
||||||
ext.detekt_version = "1.19.0"
|
ext.detekt_version = "1.19.0"
|
||||||
ext.hilt_version = "2.40.5"
|
ext.hilt_version = "2.40.5"
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
# Automatically convert third-party libraries to use AndroidX
|
# Automatically convert third-party libraries to use AndroidX
|
||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
android.jetifier.ignorelist=bcprov-jdk15on
|
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
@ -13,7 +13,7 @@ project.ext {
|
||||||
coil_version = "1.1.1"
|
coil_version = "1.1.1"
|
||||||
retrofit_version = "2.9.0"
|
retrofit_version = "2.9.0"
|
||||||
okhttp_version = "4.9.1"
|
okhttp_version = "4.9.1"
|
||||||
moshi_version = "1.12.0"
|
moshi_version = "1.13.0"
|
||||||
reloadable_module_version = "0.1.0"
|
reloadable_module_version = "0.1.0"
|
||||||
|
|
||||||
testing_androidx_code_version = "1.4.0"
|
testing_androidx_code_version = "1.4.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue