Skip to content

Commit

Permalink
Bump libs - Kotlin 1.9.22 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira authored Jan 13, 2024
1 parent 61b281f commit 90b8a2d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
namespace = "br.alexandregpereira.hunter.app"
compileSdk = findProperty("compileSdk")?.toString()?.toInt()

packagingOptions {
packaging {
jniLibs {
excludes += "META-INF/licenses/**"
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
}

repositories {
Expand All @@ -26,6 +26,6 @@ repositories {

dependencies {
implementation(kotlin("gradle-plugin"))
implementation("com.android.tools.build:gradle:8.1.2")
implementation("com.android.tools.build:gradle:8.1.4")
implementation(kotlin("compiler-embeddable"))
}
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[versions]
accompanist = "0.30.1"
android_gradle_plugin = "8.1.2"
android_gradle_plugin = "8.1.4"
appcompat = "1.6.1"
arch_core_testing = "2.2.0"
coil_compose = "2.4.0"
compose_activity = '1.7.2'
compose = '1.5.1'
compose_material = '1.5.1'
compose_compiler = '1.5.3'
compose_activity = '1.8.2'
compose = '1.5.4'
compose_material = '1.5.4'
compose_compiler = '1.5.8'
core_ktx = '1.12.0'
espresso_core = "3.5.1"
firebase_bom = "32.2.3"
googleplay_services = "4.3.15"
firebase_bom = "32.7.0"
googleplay_services = "4.4.0"
gradle_firebase_crashlytics = "2.9.9"
junit_ext = "1.1.5"
junit = "4.13.2"
koin = '3.5.0'
koin_compose = "3.5.0"
kotlin = '1.9.10'
kotlin = '1.9.22'
kotlin_coroutines_test = '1.7.3'
kotlin_coroutines = '1.7.3'
kotlin_datetime = "0.4.1"
kotlin_datetime = "0.5.0"
kotlinx_serialization = "1.6.0"
ktor = "2.3.4"
lifecycle = "2.6.2"
material = "1.9.0"
ktor = "2.3.5"
lifecycle = "2.7.0"
material = "1.11.0"
mockk = "1.13.8"
multiplatform-settings = "1.0.0"
okhttp3_logging_interceptor = "4.11.0"
multiplatform-settings = "1.1.1"
okhttp3_logging_interceptor = "4.12.0"
sqldelight = "1.5.5"

[libraries]
Expand Down

0 comments on commit 90b8a2d

Please sign in to comment.