@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.1.1
18+ $version_release = 2.1.2
1919
2020What's New??
2121
@@ -35,11 +35,11 @@ object Version {
3535
3636 object Ad {
3737 const val unityAds = " 4.5.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
38- const val startIo = " 4.10.6 " // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
38+ const val startIo = " 4.10.7 " // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3939 }
4040
4141 object Androidx {
42- const val appCompat = " 1.6.0 " // https://developer.android.com/jetpack/androidx/releases/appcompat
42+ const val appCompat = " 1.6.1 " // 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
@@ -48,29 +48,31 @@ object Version {
4848 const val viewPager2 = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
4949 const val preference = " 1.2.0" // https://developer.android.com/jetpack/androidx/releases/preference
5050 const val core = " 1.9.0" // https://developer.android.com/jetpack/androidx/releases/core
51- const val liveCycle = " 2.5.1 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
52- const val liveCycleArch = " 2.1.1 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
51+ const val liveCycle = " 2.6.0 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
52+ const val liveCycleArch = " 2.1.0 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
5353 const val room = " 2.5.0" // https://developer.android.com/jetpack/androidx/releases/room
54- const val work = " 2.7.1 " // https://developer.android.com/jetpack/androidx/releases/work
54+ const val work = " 2.8.0 " // 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
5757 const val navigationKtx = " 2.5.3" // https://developer.android.com/jetpack/androidx/releases/navigation
58- const val recyclerView = " 1.2.1 " // https://developer.android.com/jetpack/androidx/releases/recyclerview
58+ const val recyclerView = " 1.3.0 " // https://developer.android.com/jetpack/androidx/releases/recyclerview
5959 const val recyclerViewSelection = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
60- const val camerax = " 1.2.0 " // https://developer.android.com/jetpack/androidx/releases/camera#kts
60+ const val camerax = " 1.2.1 " // https://developer.android.com/jetpack/androidx/releases/camera#kts
6161 const val biometric = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
62- const val annotation = " 1.5 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
63- const val annotationExperimental = " 1.5 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
62+ const val annotation = " 1.6 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
63+ const val annotationExperimental = " 1.3 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
6464 const val swipeRefreshLayout = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
6565
6666 // Compose Version
6767 const val composeActivity = " 1.6.1" // https://androidx.tech/artifacts/activity/activity-compose/
68- const val composeCompiler = " 1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
69- const val compose = " 1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
68+ const val composeCompiler = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
69+ const val compose = " 1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
70+ const val composeMaterial = " 1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
71+ const val composeFoundation = " 1.3.3" // https://developer.android.com/jetpack/androidx/releases/compose
7072 const val composeMaterial3 = " 1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
7173 const val composeNavigation = " 2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
7274 const val composeHiltNavigation = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
73- const val composeMultiPlatform = " 1.3.0 " // https://github.com/JetBrains/compose-jb
75+ const val composeMultiPlatform = " 1.3.1 " // https://github.com/JetBrains/compose-jb
7476
7577 // TestImplementation
7678 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -87,14 +89,14 @@ object Version {
8789 const val gson = " 2.10.1" // https://github.com/google/gson
8890 const val admob = " 21.5.0" // https://developers.google.com/admob/android/sdk
8991 const val userMessagingPlatform = " 2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
90- const val hilt = " 2.44.2 " // https://dagger.dev/hilt/gradle-setup
91- const val adMediationUnityAd = " 4.5 .0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
92+ const val hilt = " 2.45 " // https://dagger.dev/hilt/gradle-setup
93+ const val adMediationUnityAd = " 4.6 .0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9294 }
9395
9496 object JetBrains {
9597 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
96- const val kotlin = " 1.7.20 " // https://kotlinlang.org/docs/releases.html#release-details
97- const val coroutines = " 1.6.4 " // https://github.com/Kotlin/kotlinx.coroutines
98+ const val kotlin = " 1.8.10 " // https://kotlinlang.org/docs/releases.html#release-details
99+ const val coroutines = " 1.7.0-Beta " // https://github.com/Kotlin/kotlinx.coroutines
98100 }
99101
100102 object Util {
@@ -105,16 +107,16 @@ object Version {
105107 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
106108 const val rxJava3 = " 3.1.6" // https://github.com/ReactiveX/RxJava
107109
108- const val glide = " 4.14.2 " // https://github.com/bumptech/glide
110+ const val glide = " 4.15.1 " // https://github.com/bumptech/glide
109111 const val chucker = " 3.5.2" // https://github.com/ChuckerTeam/chucker
110112 const val coil = " 2.2.2" // https://coil-kt.github.io/coil/compose/
111113
112- const val koin = " 3.3.2 " // https://github.com/InsertKoinIO/koin
113- const val koin_android = " 3.3.2 " // https://github.com/InsertKoinIO/koin
114- const val koin_android_compose = " 3.4.1 " // https://github.com/InsertKoinIO/koin
115- const val koin_ktor = " 3.3.0 " // https://github.com/InsertKoinIO/koin
114+ const val koin = " 3.3.3 " // https://github.com/InsertKoinIO/koin
115+ const val koin_android = " 3.3.3 " // https://github.com/InsertKoinIO/koin
116+ const val koin_android_compose = " 3.4.2 " // https://github.com/InsertKoinIO/koin
117+ const val koin_ktor = " 3.3.1 " // https://github.com/InsertKoinIO/koin
116118
117- const val ktor = " 2.2.2 " // https://ktor.io/
119+ const val ktor = " 2.2.4 " // https://ktor.io/
118120 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
119121 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
120122
@@ -141,7 +143,7 @@ repositories {
141143``` kotlin
142144dependencies {
143145 // library open-build-src
144- implementation(" com.github.frogobox:open-build-src:2.1.1 " )
146+ implementation(" com.github.frogobox:open-build-src:2.1.2 " )
145147}
146148```
147149
0 commit comments