@@ -20,7 +20,7 @@ object Version {
2020 }
2121
2222 object Ad {
23- const val unityAds = " 4.7.1 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
23+ const val unityAds = " 4.8.0 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
2424 const val startIo = " 4.11.0" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
2525 }
2626
@@ -33,10 +33,10 @@ object Version {
3333 const val viewPager = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager
3434 const val viewPager2 = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
3535 const val preference = " 1.2.0" // https://developer.android.com/jetpack/androidx/releases/preference
36- const val core = " 1.10.1 " // https://developer.android.com/jetpack/androidx/releases/core
37- const val liveCycle = " 2.6.1 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
36+ const val core = " 1.12.0 " // https://developer.android.com/jetpack/androidx/releases/core
37+ const val liveCycle = " 2.6.2 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
3838 const val liveCycleArch = " 2.2.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
39- const val room = " 2.5.1 " // https://developer.android.com/jetpack/androidx/releases/room
39+ const val room = " 2.6.0 " // https://developer.android.com/jetpack/androidx/releases/room
4040 const val work = " 2.8.1" // https://developer.android.com/jetpack/androidx/releases/work
4141 const val activityKtx = " 1.7.2" // https://developer.android.com/jetpack/androidx/releases/activity
4242 const val fragmentKtx = " 1.5.7" // https://developer.android.com/jetpack/androidx/releases/fragment
@@ -45,23 +45,24 @@ object Version {
4545 const val recyclerViewSelection = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
4646 const val camerax = " 1.2.3" // https://developer.android.com/jetpack/androidx/releases/camera#kts
4747 const val biometric = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
48- const val annotation = " 1.6 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
48+ const val annotation = " 1.7 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
4949 const val annotationExperimental = " 1.3.0" // https://developer.android.com/jetpack/androidx/releases/annotation
5050 const val swipeRefreshLayout = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
51- const val emoji2 = " 1.3 .0" // https://developer.android.com/jetpack/androidx/releases/emoji2
51+ const val emoji2 = " 1.4 .0" // https://developer.android.com/jetpack/androidx/releases/emoji2
5252
5353 // Compose Version
54- const val composeActivity = " 1.7.2" // https://androidx.tech/artifacts/activity/activity-compose/
55- const val composeCompiler = " 1.4.6" // https://developer.android.com/jetpack/androidx/releases/compose
56- const val compose = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
57- const val composeMaterial = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
58- const val composeFoundation = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
59- const val composeMaterial3 = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/compose
60- const val composeNavigation = " 2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
54+ const val composeAnimation = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
55+ const val composeActivity = " 1.8.0" // https://androidx.tech/artifacts/activity/activity-compose/
56+ const val composeCompiler = " 1.5.3" // https://developer.android.com/jetpack/androidx/releases/compose
57+ const val compose = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
58+ const val composeMaterial = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
59+ const val composeFoundation = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
60+ const val composeMaterial3 = " 1.1.2" // https://developer.android.com/jetpack/androidx/releases/compose
61+ const val composeNavigation = " 2.7.4" // https://androidx.tech/artifacts/navigation/navigation-compose/
6162 const val composeHiltNavigation = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
6263
6364 // https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
64- const val composeMultiPlatform = " 1.4.0 " // https://github.com/JetBrains/compose-jb
65+ const val composeMultiPlatform = " 1.5.1 " // https://github.com/JetBrains/compose-jb
6566
6667 // TestImplementation
6768 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -74,45 +75,45 @@ object Version {
7475
7576 object Google {
7677 const val accompanist = " 0.30.0" // https://github.com/google/accompanist
77- const val material = " 1.9 .0" // https://github.com/material-components/material-components-android/releases
78+ const val material = " 1.10 .0" // https://github.com/material-components/material-components-android/releases
7879 const val gson = " 2.10.1" // https://github.com/google/gson
79- const val admob = " 22.1 .0" // https://developers.google.com/admob/android/sdk
80+ const val admob = " 22.4 .0" // https://developers.google.com/admob/android/sdk
8081 const val userMessagingPlatform = " 2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
81- const val hilt = " 2.46 .1" // https://dagger.dev/hilt/gradle-setup
82+ const val hilt = " 2.48 .1" // https://dagger.dev/hilt/gradle-setup
8283 const val adMediationUnityAd = " 4.7.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
8384 }
8485
8586 object JetBrains {
8687 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
8788 // https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
88- const val kotlin = " 1.8.20 " // https://kotlinlang.org/docs/releases.html#release-details
89- const val coroutines = " 1.7.1 " // https://github.com/Kotlin/kotlinx.coroutines
89+ const val kotlin = " 1.9.10 " // https://kotlinlang.org/docs/releases.html#release-details
90+ const val coroutines = " 1.7.3 " // https://github.com/Kotlin/kotlinx.coroutines
9091 }
9192
9293 object Util {
93- const val okHttp = " 4.10 .0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
94+ const val okHttp = " 4.11 .0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
9495 const val retrofit = " 2.9.0" // https://github.com/square/retrofit
9596
9697 const val rxAndroid3 = " 3.0.2" // https://github.com/ReactiveX/RxAndroid
9798 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
98- const val rxJava3 = " 3.1.6 " // https://github.com/ReactiveX/RxJava
99+ const val rxJava3 = " 3.1.8 " // https://github.com/ReactiveX/RxJava
99100
100- const val glide = " 4.15.1 " // https://github.com/bumptech/glide
101- const val chucker = " 3.5.2 " // https://github.com/ChuckerTeam/chucker
101+ const val glide = " 4.16.0 " // https://github.com/bumptech/glide
102+ const val chucker = " 4.0.0 " // https://github.com/ChuckerTeam/chucker
102103 const val coil = " 2.4.0" // https://coil-kt.github.io/coil/compose/
103104
104105 const val koin = " 3.4.0" // https://github.com/InsertKoinIO/koin
105106 const val koin_android = " 3.4.0" // https://github.com/InsertKoinIO/koin
106107 const val koin_android_compose = " 3.4.4" // https://github.com/InsertKoinIO/koin
107108 const val koin_ktor = " 3.4.0" // https://github.com/InsertKoinIO/koin
108109
109- const val ktor = " 2.2.4 " // https://ktor.io/
110+ const val ktor = " 2.3.5 " // https://ktor.io/
110111 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
111112 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
112113
113114 const val fastAdapter = " 5.7.0" // https://github.com/mikepenz/FastAdapter
114115
115- const val balloon = " 1.5.3 " // https://github.com/skydoves/Balloon
116+ const val balloon = " 1.6.1 " // https://github.com/skydoves/Balloon
116117 }
117118
118119}
0 commit comments