@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 3.0.3
18+ $version_release = 3.0.4
1919
2020What's New??
2121
@@ -31,7 +31,7 @@ object Version {
3131 }
3232
3333 object Ad {
34- const val unityAds = " 4.9.3 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
34+ const val unityAds = " 4.10.0 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
3535 const val startIo = " 4.11.5" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3636 }
3737
@@ -44,12 +44,12 @@ object Version {
4444 const val viewPager = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager
4545 const val viewPager2 = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
4646 const val preference = " 1.2.1" // https://developer.android.com/jetpack/androidx/releases/preference
47- const val core = " 1.12 .0" // https://developer.android.com/jetpack/androidx/releases/core
47+ const val core = " 1.13 .0" // https://developer.android.com/jetpack/androidx/releases/core
4848 const val liveCycle = " 2.7.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
4949 const val liveCycleArch = " 2.2.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
5050 const val room = " 2.6.1" // https://developer.android.com/jetpack/androidx/releases/room
5151 const val work = " 2.9.0" // https://developer.android.com/jetpack/androidx/releases/work
52- const val activityKtx = " 1.8.2 " // https://developer.android.com/jetpack/androidx/releases/activity
52+ const val activityKtx = " 1.9.0 " // https://developer.android.com/jetpack/androidx/releases/activity
5353 const val fragmentKtx = " 1.6.2" // https://developer.android.com/jetpack/androidx/releases/fragment
5454 const val navigationKtx = " 2.7.7" // https://developer.android.com/jetpack/androidx/releases/navigation
5555 const val recyclerView = " 1.3.2" // https://developer.android.com/jetpack/androidx/releases/recyclerview
@@ -62,18 +62,18 @@ object Version {
6262 const val emoji2 = " 1.4.0" // https://developer.android.com/jetpack/androidx/releases/emoji2
6363
6464 // Compose Version
65- const val composeCompiler = " 1.5.11 " // https://developer.android.com/jetpack/androidx/releases/compose
66- const val composeAnimation = " 1.6.4 " // https://developer.android.com/jetpack/androidx/releases/compose
67- const val composeActivity = " 1.8.2 " // https://androidx.tech/artifacts/activity/activity-compose/
68- const val compose = " 1.6.4 " // https://developer.android.com/jetpack/androidx/releases/compose
69- const val composeMaterial = " 1.6.4 " // https://developer.android.com/jetpack/androidx/releases/compose
70- const val composeFoundation = " 1.6.4 " // https://developer.android.com/jetpack/androidx/releases/compose
65+ const val composeCompiler = " 1.5.12 " // https://developer.android.com/jetpack/androidx/releases/compose
66+ const val composeAnimation = " 1.6.6 " // https://developer.android.com/jetpack/androidx/releases/compose
67+ const val composeActivity = " 1.9.0 " // https://androidx.tech/artifacts/activity/activity-compose/
68+ const val compose = " 1.6.6 " // https://developer.android.com/jetpack/androidx/releases/compose
69+ const val composeMaterial = " 1.6.6 " // https://developer.android.com/jetpack/androidx/releases/compose
70+ const val composeFoundation = " 1.6.6 " // https://developer.android.com/jetpack/androidx/releases/compose
7171 const val composeMaterial3 = " 1.2.1" // https://developer.android.com/jetpack/androidx/releases/compose
7272 const val composeNavigation = " 2.7.7" // https://androidx.tech/artifacts/navigation/navigation-compose/
7373 const val composeHiltNavigation = " 1.2.0" // https://developer.android.com/jetpack/androidx/releases/hilt
7474
75- // https://github. com/JetBrains/compose -multiplatform/blob/master/VERSIONING.md #kotlin-compatibility
76- const val composeMultiPlatform = " 1.5.11 " // https://github.com/JetBrains/compose-jb
75+ // https://www.jetbrains. com/help/kotlin -multiplatform-dev/compose-compatibility-and-versioning.html #kotlin-compatibility
76+ const val composeMultiPlatform = " 1.6.1 " // https://github.com/JetBrains/compose-jb
7777 const val multidex = " 2.0.1"
7878
7979 // TestImplementation
@@ -92,10 +92,15 @@ object Version {
9292 const val admob = " 23.0.0" // https://developers.google.com/admob/android/sdk
9393 const val userMessagingPlatform = " 2.2.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
9494 const val hilt = " 2.51.1" // https://dagger.dev/hilt/gradle-setup
95- const val adMediationUnityAd = " 4.9.3 .0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
95+ const val adMediationUnityAd = " 4.10.0 .0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9696 const val autoService = " 1.1.1"
97- const val androidPlay = " 1.8.1"
9897 const val flexbox = " 3.0.0"
98+
99+ const val featureDelivery = " 2.1.0" // https://developer.android.com/guide/playcore
100+ const val assetDelivery = " 2.2.1" // https://developer.android.com/guide/playcore
101+ const val review = " 2.0.1" // https://developer.android.com/guide/playcore
102+ const val appUpdate = " 2.1.0" // https://developer.android.com/guide/playcore
103+
99104 }
100105
101106 object JetBrains {
@@ -109,21 +114,21 @@ object Version {
109114 const val okHttp = " 4.12.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
110115 const val retrofit = " 2.11.0" // https://github.com/square/retrofit
111116
112- const val rxAndroid3 = " 3.0.3 " // https://github.com/ReactiveX/RxAndroid
117+ const val rxAndroid3 = " 3.0.2 " // https://github.com/ReactiveX/RxAndroid
113118 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
114119 const val rxJava3 = " 3.1.8" // https://github.com/ReactiveX/RxJava
115120
116121 const val glide = " 4.16.0" // https://github.com/bumptech/glide
117122 const val chucker = " 4.0.0" // https://github.com/ChuckerTeam/chucker
118123 const val coil = " 2.6.0" // https://coil-kt.github.io/coil/compose/
119124
120- const val koin_bom = " 3.5.3 "
125+ const val koin_bom = " 3.5.6 "
121126 const val koin = koin_bom // https://github.com/InsertKoinIO/koin
122127 const val koin_android = koin_bom // https://github.com/InsertKoinIO/koin
123128 const val koin_android_compose = koin_bom // https://github.com/InsertKoinIO/koin
124129 const val koin_ktor = koin_bom // https://github.com/InsertKoinIO/koin
125130
126- const val ktor = " 2.3.9 " // https://ktor.io/
131+ const val ktor = " 2.3.10 " // https://ktor.io/
127132 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
128133 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
129134 const val acra = " 5.11.3"
0 commit comments