@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.0.6
18+ $version_release = 2.0.7
1919
2020What's New??
2121
@@ -34,8 +34,8 @@ object Version {
3434 }
3535
3636 object Ad {
37- const val unityAds = " 4.4.0 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
38- const val startIo = " 4.10.0 " // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
37+ const val unityAds = " 4.4.1 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
38+ const val startIo = " 4.10.5 " // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3939 }
4040
4141 object Androidx {
@@ -52,25 +52,25 @@ object Version {
5252 const val liveCycleArch = " 2.1.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
5353 const val room = " 2.4.3" // https://developer.android.com/jetpack/androidx/releases/room
5454 const val work = " 2.7.1" // https://developer.android.com/jetpack/androidx/releases/work
55- const val activityKtx = " 1.6.0-rc02 " // https://developer.android.com/jetpack/androidx/releases/activity
56- const val fragmentKtx = " 1.5.2 " // https://developer.android.com/jetpack/androidx/releases/fragment
57- const val navigationKtx = " 2.5.2 " // https://developer.android.com/jetpack/androidx/releases/navigation
55+ const val activityKtx = " 1.6.1 " // https://developer.android.com/jetpack/androidx/releases/activity
56+ const val fragmentKtx = " 1.5.5 " // https://developer.android.com/jetpack/androidx/releases/fragment
57+ const val navigationKtx = " 2.5.3 " // https://developer.android.com/jetpack/androidx/releases/navigation
5858 const val recyclerView = " 1.2.1" // 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.1 .0" // https://developer.android.com/jetpack/androidx/releases/camera#kts
60+ const val camerax = " 1.2 .0" // 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.4 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
63- const val annotationExperimental = " 1.2 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
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
6464 const val swipeRefreshLayout = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
6565
6666 // Compose Version
67- const val composeActivity = " 1.6.0 " // https://androidx.tech/artifacts/activity/activity-compose/
68- const val composeCompiler = " 1.3.1 " // https://developer.android.com/jetpack/androidx/releases/compose
69- const val compose = " 1.2.1 " // https://developer.android.com/jetpack/androidx/releases/compose
67+ 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
7070 const val composeMaterial3 = " 1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
71- const val composeNavigation = " 2.5.2 " // https://androidx.tech/artifacts/navigation/navigation-compose/
71+ 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.1 .1" // https://github.com/JetBrains/compose-jb
73+ const val composeMultiPlatform = " 1.2 .1" // https://github.com/JetBrains/compose-jb
7474
7575 // TestImplementation
7676 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -82,34 +82,39 @@ object Version {
8282 }
8383
8484 object Google {
85- const val accompanist = " 0.26.1-alpha " // https://github.com/google/accompanist
86- const val material = " 1.8.0-alpha01 " // https://github.com/material-components/material-components-android/releases
87- const val gson = " 2.9.1 " // https://github.com/google/gson
88- const val admob = " 21.2 .0" // https://developers.google.com/admob/android/sdk
85+ const val accompanist = " 0.28.0 " // https://github.com/google/accompanist
86+ const val material = " 1.8.0-beta01 " // https://github.com/material-components/material-components-android/releases
87+ const val gson = " 2.10 " // https://github.com/google/gson
88+ const val admob = " 21.3 .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
90- const val hilt = " 2.44" // https://dagger.dev/hilt/gradle-setup
91- const val adMediationUnityAd = " 4.4.0 .0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
90+ const val hilt = " 2.44.2 " // https://dagger.dev/hilt/gradle-setup
91+ const val adMediationUnityAd = " 4.4.1 .0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9292 }
9393
9494 object JetBrains {
9595 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
96- const val kotlin = " 1.7.10 " // https://kotlinlang.org/docs/releases.html#release-details
96+ const val kotlin = " 1.7.20 " // https://kotlinlang.org/docs/releases.html#release-details
9797 const val coroutines = " 1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
9898 }
9999
100100 object Util {
101101 const val okHttp = " 4.10.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
102102 const val retrofit = " 2.9.0" // https://github.com/square/retrofit
103103
104- const val rxAndroid3 = " 3.0.0 " // https://github.com/ReactiveX/RxAndroid
104+ const val rxAndroid3 = " 3.0.2 " // https://github.com/ReactiveX/RxAndroid
105105 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
106106 const val rxJava3 = " 3.1.5" // https://github.com/ReactiveX/RxJava
107107
108- const val glide = " 4.13 .2" // https://github.com/bumptech/glide
108+ const val glide = " 4.14 .2" // https://github.com/bumptech/glide
109109 const val chucker = " 3.5.2" // https://github.com/ChuckerTeam/chucker
110- const val coil = " 2.1.0" // https://coil-kt.github.io/coil/compose/
110+ const val coil = " 2.2.2" // https://coil-kt.github.io/coil/compose/
111+
111112 const val koin = " 3.2.2" // https://github.com/InsertKoinIO/koin
112- const val ktor = " 2.1.1" // https://ktor.io/
113+ const val koin_android = " 3.3.0" // https://github.com/InsertKoinIO/koin
114+ const val koin_android_compose = " 3.3.0" // https://github.com/InsertKoinIO/koin
115+ const val koin_ktor = " 3.2.2" // https://github.com/InsertKoinIO/koin
116+
117+ const val ktor = " 2.2.1" // https://ktor.io/
113118 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
114119 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
115120 }
@@ -134,7 +139,7 @@ repositories {
134139``` kotlin
135140dependencies {
136141 // library open-build-src
137- implementation(" com.github.frogobox:open-build-src:2.0.6 " )
142+ implementation(" com.github.frogobox:open-build-src:2.0.7 " )
138143}
139144```
140145
0 commit comments