@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.0.9
18+ $version_release = 2.1.0
1919
2020What's New??
2121
@@ -39,7 +39,7 @@ object Version {
3939 }
4040
4141 object Androidx {
42- const val appCompat = " 1.6.0-rc01 " // https://developer.android.com/jetpack/androidx/releases/appcompat
42+ const val appCompat = " 1.6.0" // https://developer.android.com/jetpack/androidx/releases/appcompat
4343 const val constraintLayout = " 2.1.4" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
4444 const val constraintLayoutCompose = " 1.0.1" // https://developer.android.com/jetpack/androidx/releases/constraintlayout
4545 const val collection = " 1.2.0" // https://developer.android.com/jetpack/androidx/releases/collection
@@ -50,7 +50,7 @@ object Version {
5050 const val core = " 1.9.0" // https://developer.android.com/jetpack/androidx/releases/core
5151 const val liveCycle = " 2.5.1" // https://developer.android.com/jetpack/androidx/releases/lifecycle
5252 const val liveCycleArch = " 2.1.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
53- const val room = " 2.4.3 " // https://developer.android.com/jetpack/androidx/releases/room
53+ const val room = " 2.5.0 " // https://developer.android.com/jetpack/androidx/releases/room
5454 const val work = " 2.7.1" // https://developer.android.com/jetpack/androidx/releases/work
5555 const val activityKtx = " 1.6.1" // https://developer.android.com/jetpack/androidx/releases/activity
5656 const val fragmentKtx = " 1.5.5" // https://developer.android.com/jetpack/androidx/releases/fragment
@@ -70,7 +70,7 @@ object Version {
7070 const val composeMaterial3 = " 1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
7171 const val composeNavigation = " 2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
7272 const val composeHiltNavigation = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
73- const val composeMultiPlatform = " 1.2.2 " // https://github.com/JetBrains/compose-jb
73+ const val composeMultiPlatform = " 1.3.0 " // https://github.com/JetBrains/compose-jb
7474
7575 // TestImplementation
7676 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -83,9 +83,9 @@ object Version {
8383
8484 object Google {
8585 const val accompanist = " 0.28.0" // https://github.com/google/accompanist
86- const val material = " 1.8.0-rc01 " // https://github.com/material-components/material-components-android/releases
86+ const val material = " 1.8.0" // https://github.com/material-components/material-components-android/releases
8787 const val gson = " 2.10.1" // https://github.com/google/gson
88- const val admob = " 21.4 .0" // https://developers.google.com/admob/android/sdk
88+ const val admob = " 21.5 .0" // https://developers.google.com/admob/android/sdk
8989 const val userMessagingPlatform = " 2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
9090 const val hilt = " 2.44.2" // https://dagger.dev/hilt/gradle-setup
9191 const val adMediationUnityAd = " 4.5.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
@@ -103,7 +103,7 @@ object Version {
103103
104104 const val rxAndroid3 = " 3.0.2" // https://github.com/ReactiveX/RxAndroid
105105 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
106- const val rxJava3 = " 3.1.5 " // https://github.com/ReactiveX/RxJava
106+ const val rxJava3 = " 3.1.6 " // https://github.com/ReactiveX/RxJava
107107
108108 const val glide = " 4.14.2" // https://github.com/bumptech/glide
109109 const val chucker = " 3.5.2" // https://github.com/ChuckerTeam/chucker
@@ -139,7 +139,7 @@ repositories {
139139``` kotlin
140140dependencies {
141141 // library open-build-src
142- implementation(" com.github.frogobox:open-build-src:2.0.9 " )
142+ implementation(" com.github.frogobox:open-build-src:2.1.0 " )
143143}
144144```
145145
0 commit comments