Skip to content

Commit

Permalink
update SDK and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamsafarovrs committed Jun 24, 2024
1 parent f2f7fd1 commit ec4032a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
}
packaging {
resources {
Expand Down
33 changes: 17 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
[versions]
agp = "8.5.0"
kotlin = "1.8.10"
androidSdk = "33"
kotlin = "1.9.24"
androidSdk = "34"
androidMinSdk = "24"
daggerHilt = "2.44"
daggerHilt = "2.51.1"
detekt = "1.23.6"
googleServices = "4.3.15"
firebaseCrashlytics = "2.9.8"
coreKtx = "1.9.0"
composeBom = "2023.06.00"
activityCompose = "1.7.2"
navigationCompose = "2.6.0"
hiltCompose = "1.0.0"
lifecycle = "2.5.0"
coroutines = "1.3.7"
okhttp = "4.10.0"
retrofit = "2.9.0"
moshi = "1.14.0"
firebaseBom = "28.3.0"
googleServices = "4.4.2"
firebaseCrashlytics = "3.0.2"
coreKtx = "1.13.1"
composeBom = "2024.06.00"
composeCompiler = "1.5.14"
activityCompose = "1.9.0"
navigationCompose = "2.7.7"
hiltCompose = "1.2.0"
lifecycle = "2.8.2"
coroutines = "1.8.1"
okhttp = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
firebaseBom = "33.1.1"

junit = "4.13.2"
junitAndroid = "1.1.5"
Expand Down

0 comments on commit ec4032a

Please sign in to comment.