Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urFate committed Dec 22, 2024
1 parent 2a473d5 commit d49d119
Show file tree
Hide file tree
Showing 4 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 @@ -12,7 +12,7 @@ plugins {

android {
namespace = "org.shirabox.app"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "org.shirabox.app"
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "org.shirabox.core"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "org.shirabox.data"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ ksp = "2.0.20-1.0.25"
googleServices = "4.4.2"
crashlytics = "3.0.2"
daggerHiltAndroid = "2.51.1"
agp = "8.7.1"
androidxCore = "1.13.1"
agp = "8.7.3"
androidxCore = "1.15.0"
androidxCoreSplashScreen = "1.0.1"
androidxLifecycle = "2.8.5"
androidxActivity = "1.9.2"
androidxComposeUi = "1.7.0"
androidxCompose = "2024.09.00"
androidxLifecycle = "2.8.7"
androidxActivity = "1.9.3"
androidxComposeUi = "1.7.6"
androidxCompose = "2024.12.01"
orgJetbrainsKotlin = "1.9.23"
androidxGraphics = "1.0.1"
androidxGraphics = "1.0.2"
junit = "4.13.2"
androidxTestExt = "1.1.5"
androidxTestEspresso = "3.5.0"
androidxComposeMaterial3 = "1.3.0"
androidxComposeMaterial = "1.7.0"
androidxNavigation = "2.8.0"
androidxTestExt = "1.2.1"
androidxTestEspresso = "3.6.1"
androidxComposeMaterial3 = "1.3.1"
androidxComposeMaterial = "1.7.6"
androidxNavigation = "2.8.5"
comGoogleAccompanist = "0.30.1"
comHaliliboComposeRichtext = "1.0.0-alpha01"
comGoogleDagger = "2.51.1"
androidxHilt = "1.2.0"
orgJetbrainsKotlinx = "1.6.3"
orgJetbrainsKotlinxDateTime = "0.6.1"
androidxMedia3 = "1.4.1"
comGoogleFirebase = "33.2.0"
androidxMedia3 = "1.5.1"
comGoogleFirebase = "33.7.0"
ioCoilKt = "2.6.0"
comSquareupOkhttp3 = "4.12.0"
comGithubKittinunfFuel = "3.0.0-alpha1"
Expand Down

0 comments on commit d49d119

Please sign in to comment.