Skip to content

Commit

Permalink
Merge pull request #110 from odaridavid/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update Version Catalog
  • Loading branch information
odaridavid authored Jan 14, 2025
2 parents dfd43c0 + b70cc59 commit deb635d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

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

1 change: 1 addition & 0 deletions .idea/gradle.xml

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

3 changes: 2 additions & 1 deletion .idea/misc.xml

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

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ fun setupAndroidReporting() {

android {
namespace = "com.github.odaridavid.weatherapp"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.github.odaridavid.weatherapp"
minSdk = 23
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
42 changes: 21 additions & 21 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
[versions]
about-lib = "11.2.3"
activity-compose = "1.9.2"
android-gradle-plugin = "8.6.0"
about-lib = "11.4.0"
activity-compose = "1.10.0-rc01"
android-gradle-plugin = "8.8.0-rc02"
androidx-test-rules = "1.6.1"
androidx-test-runner = "1.6.2"
chucker = "4.0.0"
chucker = "4.1.0"
coil-compose = "2.7.0"
com-google-services = "4.4.2"
compose-bom = "2024.09.01"
compose-constraint = "1.0.1"
compose-material3 = "1.3.0"
compose-navigation = "2.8.0"
compose-bom = "2024.12.01"
compose-constraint = "1.1.0"
compose-material3 = "1.3.1"
compose-navigation = "2.8.5"
core-ktx = "1.6.1"
core-ktx-version = "1.13.1"
coroutines = "1.9.0-RC.2"
coroutines-test = "1.9.0-RC.2"
core-ktx-version = "1.15.0"
coroutines = "1.10.1"
coroutines-test = "1.10.1"
crashlytics-plugin = "3.0.2"
datastore = "1.1.1"
firebase-bom = "33.2.0"
firebase-bom = "33.7.0"
firebase-perf = "1.4.2"
hilt = "2.52"
hilt = "2.54"
hilt-nav-compose = "1.2.0"
inappupdate = "2.1.0"
junit = "4.13.2"
kotlin = "2.0.20"
kotlin-serialization = "2.0.20"
kotlinx-coroutines-android = "1.9.0-RC.2"
kotlinx-serialization = "1.7.2"
kotlin = "2.1.0"
kotlin-serialization = "2.1.0"
kotlinx-coroutines-android = "1.10.1"
kotlinx-serialization = "1.8.0"
kotlinx-serialization-converter = "1.0.0"
leakcanary = "2.14"
lifecycle-runtime-ktx = "2.8.5"
lifecycle-viewmodel-compose = "2.8.5"
lifecycle-runtime-ktx = "2.8.7"
lifecycle-viewmodel-compose = "2.8.7"
mapsplatform-secrets = "2.0.1"
mockk = "1.13.12"
mockk = "1.13.14"
okhttp = "4.12.0"
play-services-location = "21.3.0"
retrofit = "2.11.0"
truth = "1.4.4"
turbine = "1.1.0"
turbine = "1.2.0"

[libraries]
about-lib-compose-ui = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "about-lib" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Mar 02 16:34:34 CET 2024
#Tue Jan 14 09:55:22 CET 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit deb635d

Please sign in to comment.