@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.0.7
18+ $version_release = 2.0.8
1919
2020What's New??
2121
@@ -34,8 +34,8 @@ object Version {
3434 }
3535
3636 object Ad {
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
37+ 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
3939 }
4040
4141 object Androidx {
@@ -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.1 " // https://github.com/JetBrains/compose-jb
73+ const val composeMultiPlatform = " 1.2.2 " // https://github.com/JetBrains/compose-jb
7474
7575 // TestImplementation
7676 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -83,17 +83,17 @@ 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-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
86+ const val material = " 1.8.0-rc01 " // https://github.com/material-components/material-components-android/releases
87+ 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
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
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
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
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.20 " // https://kotlinlang.org/docs/releases.html#release-details
96+ const val kotlin = " 1.8.0 " // https://kotlinlang.org/docs/releases.html#release-details
9797 const val coroutines = " 1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
9898 }
9999
@@ -109,12 +109,12 @@ object Version {
109109 const val chucker = " 3.5.2" // https://github.com/ChuckerTeam/chucker
110110 const val coil = " 2.2.2" // https://coil-kt.github.io/coil/compose/
111111
112- const val koin = " 3.2 .2" // https://github.com/InsertKoinIO/koin
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
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
116116
117- const val ktor = " 2.2.1 " // https://ktor.io/
117+ const val ktor = " 2.2.2 " // https://ktor.io/
118118 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
119119 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
120120 }
0 commit comments