Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 1, 2025
1 parent 569b792 commit 365e0c2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

object Versions {
// Plugins
const val gradle = "8.5.0"
const val kotlin = "2.0.0"
const val gradle = "8.6.1"
const val kotlin = "2.1.0"
const val sonatype = "2.0.0"
const val ksp = "$kotlin-1.0.22"
const val ksp = "$kotlin-1.0.29"

// OneSignal
const val oneSignal = "4.8.10"

// App
const val minSdk = 21
const val targetSdk = 34
const val buildTools = "34.0.0"
const val targetSdk = 35
const val buildTools = "35.0.0"

// Coroutines
const val coroutines = "1.8.1"
const val coroutines = "1.10.1"

// Android UI
const val appcompat = "1.7.0"
Expand All @@ -26,25 +26,25 @@ object Versions {
const val palette = "1.0.0"
const val preference = "1.2.1"
const val materialComponents = "1.12.0"
const val activityKtx = "1.9.0"
const val fragmentKtx = "1.8.1"
const val activityKtx = "1.9.3"
const val fragmentKtx = "1.8.5"

// ViewModel and LiveData
const val lifecycle = "2.8.2"
const val lifecycle = "2.8.7"
const val lifecycleExt = "2.2.0"

// Room Database
const val room = "2.6.1"

// Work Manager
const val work = "2.9.0"
const val work = "2.10.0"

// Network & Serialization
const val gson = "2.11.0"
const val retrofit = "2.11.0"

// Image loading and Touch Image View
const val coil = "2.6.0"
const val coil = "2.7.0"
const val touchImageView = "3.6"

// Harmonic Colors
Expand All @@ -54,7 +54,7 @@ object Versions {
const val sectionedRecyclerView = "ea9a5cb"

// FastScroll RecyclerView
const val fastScrollRecyclerView = "-SNAPSHOT"
const val fastScrollRecyclerView = "9463d46"

// Permissions
const val permissions = "3.5.0"
Expand All @@ -63,7 +63,7 @@ object Versions {
const val licenseChecker = "1.2.8"

// In-App Billing
const val inAppBilling = "7.0.0"
const val inAppBilling = "7.1.1"

// MultiDex
const val multidex = "2.0.1"
Expand Down

0 comments on commit 365e0c2

Please sign in to comment.