@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.0.4
18+ $version_release = 2.0.5
1919
2020What's New??
2121
@@ -29,12 +29,12 @@ object Version {
2929
3030 object Gradle {
3131 const val minSdk = 21
32- const val compileSdk = 33
32+ const val compileSdk = 32
3333 const val targetSdk = compileSdk
3434 }
3535
3636 object Ad {
37- const val unityAds = " 4.2.1 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
37+ const val unityAds = " 4.4.0 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
3838 const val startIo = " 4.10.0" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3939 }
4040
@@ -85,10 +85,10 @@ object Version {
8585 const val accompanist = " 0.26.1-alpha" // https://github.com/google/accompanist
8686 const val material = " 1.7.0-beta01" // https://github.com/material-components/material-components-android/releases
8787 const val gson = " 2.9.1" // https://github.com/google/gson
88- const val admob = " 21.1 .0" // https://developers.google.com/admob/android/sdk
88+ const val admob = " 21.2 .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.43.2" // https://dagger.dev/hilt/gradle-setup
91- const val adMediationUnityAd = " 4.2.1.1 " // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
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
9292 }
9393
9494 object JetBrains {
@@ -108,7 +108,7 @@ object Version {
108108 const val glide = " 4.13.2" // https://github.com/bumptech/glide
109109 const val chucker = " 3.5.2" // https://github.com/ChuckerTeam/chucker
110110 const val coil = " 2.1.0" // https://coil-kt.github.io/coil/compose/
111- const val koin = " 3.2.0 " // https://github.com/InsertKoinIO/koin
111+ const val koin = " 3.2.1 " // https://github.com/InsertKoinIO/koin
112112 const val ktor = " 2.0.3" // https://ktor.io/
113113 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
114114 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
@@ -134,7 +134,7 @@ repositories {
134134``` kotlin
135135dependencies {
136136 // library open-build-src
137- implementation(" com.github.frogobox:open-build-src:2.0.4 " )
137+ implementation(" com.github.frogobox:open-build-src:2.0.5 " )
138138}
139139```
140140
0 commit comments