Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
# SDK Versions
accompanistInsets = "0.30.1"
accompanistPermissions = "0.36.0"
awsAndroidSdkMobileClient = "2.20.1"
accompanistPermissions = "0.37.3"
awsAndroidSdkMobileClient = "2.81.1"
compileSdk = "35"
lightcompressor = "1.3.2"
lightcompressor = "1.3.3"
minSdk = "28"
targetSdk = "35"
jdkVersion = "17"
Expand All @@ -14,81 +14,81 @@ versionName = "1.0.1"
versionCode = "5"

# Android Plugin Versions
android-gradle-plugin = "8.6.0"
ksp = "2.0.0-1.0.22"
android-gradle-plugin = "8.13.2"
ksp = "2.3.4"

# Formatting Plugin Versions
ktlint = "11.6.1"
detekt = "1.23.6"
detekt = "1.23.8"

# Kotlin Versions
kotlin = "2.0.0"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization-json = "1.7.1"
kotlinx-datetime = "0.6.0"
kotlinx-collections = "0.3.7"
kotlin = "2.3.0"
kotlinx-coroutines = "1.10.2"
kotlinx-serialization-json = "1.10.0"
kotlinx-datetime = "0.7.1-0.6.x-compat"
kotlinx-collections = "0.4.0"

# Test Libraries Versions
junit = "4.13.2"
mockito = "5.12.0"
robolectric = "4.12.2"
androidx-test-ext-junit = "1.2.1"
androidx-test-runner = "1.6.1"
androidx-test = "1.6.1"
espresso-core = "3.6.1"
mockito = "5.21.0"
robolectric = "4.16.1"
androidx-test-ext-junit = "1.3.0"
androidx-test-runner = "1.7.0"
androidx-test = "1.7.0"
espresso-core = "3.7.0"

# AndroidX Libraries Versions
androidx-app-compat = "1.7.1"
androidx-core = "1.16.0"
androidx-lifecycle = "2.9.2"
androidx-navigation = "2.9.2"
androidx-core = "1.17.0"
androidx-lifecycle = "2.10.0"
androidx-navigation = "2.9.6"
androidx-constraint-layout = "2.2.1"
androidx-activity-ktx = "1.10.1"
androidx-fragment-ktx = "1.8.8"
androidx-activity-ktx = "1.12.2"
androidx-fragment-ktx = "1.8.9"
androidx-recycler-view = "1.4.0"
androidx-splash-screen = "1.0.1"
androidx-datastore = "1.1.7"
androidx-splash-screen = "1.2.0"
androidx-datastore = "1.2.0"
androidx-paging = "3.3.6"
androidx-paging-compose = "3.3.6"
androidx-media3 = "1.7.1"
androidx-media3 = "1.9.0"
androidx-splashscreen = "1.0.1"
androix-room = "2.7.2"
androidx-hilt-navigation-compose = "1.2.0"
androidx-workmanager = "2.10.2"
androix-room = "2.8.4"
androidx-hilt-navigation-compose = "1.3.0"
androidx-workmanager = "2.11.0"

# Google Libraries Versions
google-service = "4.4.2"
material = "1.12.0"
firebase-bom = "33.1.1"
crashlytics = "3.0.2"
google-service = "4.4.4"
material = "1.13.0"
firebase-bom = "33.16.0"
crashlytics = "3.0.6"
google-location = "21.3.0"

# Compose Versions
compose-compiler = "1.5.1"
compose-bom = "2024.06.00"
compose-bom = "2024.12.01"
compose-material3 = "1.2.0-alpha07"
activity-compose = "1.8.2"
compose-stable-marker = "1.0.3"

# Hilt Versions
hilt = "2.51.1"
hilt-androidx = "1.2.0"
hilt = "2.59"
hilt-androidx = "1.3.0"

# Other Libraries Versions
javax = "1"
retrofit = "2.11.0"
retrofit = "2.12.0"
retrofit-kotlinx-serialization-json = "1.0.0"
okhttp = "4.12.0"
orbit = "8.0.0"
timber = "5.0.1"
coil = "2.6.0"
lottie = "6.4.1"
jsoup = "1.17.2"
kakao-login = "2.19.0"
coil = "2.7.0"
lottie = "6.7.1"
jsoup = "1.22.1"
kakao-login = "2.23.2"
process-pheonix = "3.0.0"
preference = "1.2.1"
collapsing-toolbar = "2.3.5"
amplitude = "1.20.4"
amplitude = "1.23.1"

[plugins]
# Gradle Plugins
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 6 additions & 4 deletions gradlew

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

6 changes: 4 additions & 2 deletions gradlew.bat

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

Loading