@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 2.1.9
18+ $version_release = 3.0.0
1919
2020What's New??
2121
@@ -26,12 +26,12 @@ object Version {
2626
2727 object Gradle {
2828 const val minSdk = 21
29- const val compileSdk = 33
29+ const val compileSdk = 34
3030 const val targetSdk = compileSdk
3131 }
3232
3333 object Ad {
34- const val unityAds = " 4.7 .1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
34+ const val unityAds = " 4.9 .1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
3535 const val startIo = " 4.11.0" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
3636 }
3737
@@ -44,10 +44,10 @@ object Version {
4444 const val viewPager = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager
4545 const val viewPager2 = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/viewpager2
4646 const val preference = " 1.2.0" // https://developer.android.com/jetpack/androidx/releases/preference
47- const val core = " 1.10.1 " // https://developer.android.com/jetpack/androidx/releases/core
48- const val liveCycle = " 2.6.1 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
47+ const val core = " 1.12.0 " // https://developer.android.com/jetpack/androidx/releases/core
48+ const val liveCycle = " 2.6.2 " // https://developer.android.com/jetpack/androidx/releases/lifecycle
4949 const val liveCycleArch = " 2.2.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
50- const val room = " 2.5.1 " // https://developer.android.com/jetpack/androidx/releases/room
50+ const val room = " 2.6.0 " // https://developer.android.com/jetpack/androidx/releases/room
5151 const val work = " 2.8.1" // https://developer.android.com/jetpack/androidx/releases/work
5252 const val activityKtx = " 1.7.2" // https://developer.android.com/jetpack/androidx/releases/activity
5353 const val fragmentKtx = " 1.5.7" // https://developer.android.com/jetpack/androidx/releases/fragment
@@ -56,21 +56,24 @@ object Version {
5656 const val recyclerViewSelection = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
5757 const val camerax = " 1.2.3" // https://developer.android.com/jetpack/androidx/releases/camera#kts
5858 const val biometric = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
59- const val annotation = " 1.6 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
59+ const val annotation = " 1.7 .0" // https://developer.android.com/jetpack/androidx/releases/annotation
6060 const val annotationExperimental = " 1.3.0" // https://developer.android.com/jetpack/androidx/releases/annotation
6161 const val swipeRefreshLayout = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
62- const val emoji2 = " 1.3 .0" // https://developer.android.com/jetpack/androidx/releases/emoji2
62+ const val emoji2 = " 1.4 .0" // https://developer.android.com/jetpack/androidx/releases/emoji2
6363
6464 // Compose Version
65- const val composeActivity = " 1.7.2" // https://androidx.tech/artifacts/activity/activity-compose/
66- const val composeCompiler = " 1.4.6" // https://developer.android.com/jetpack/androidx/releases/compose
67- const val compose = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
68- const val composeMaterial = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
69- const val composeFoundation = " 1.4.3" // https://developer.android.com/jetpack/androidx/releases/compose
70- const val composeMaterial3 = " 1.1.0" // https://developer.android.com/jetpack/androidx/releases/compose
71- const val composeNavigation = " 2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
65+ const val composeCompiler = " 1.5.3" // https://developer.android.com/jetpack/androidx/releases/compose
66+ const val composeAnimation = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
67+ const val composeActivity = " 1.8.0" // https://androidx.tech/artifacts/activity/activity-compose/
68+ const val compose = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
69+ const val composeMaterial = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
70+ const val composeFoundation = " 1.5.4" // https://developer.android.com/jetpack/androidx/releases/compose
71+ const val composeMaterial3 = " 1.1.2" // https://developer.android.com/jetpack/androidx/releases/compose
72+ const val composeNavigation = " 2.7.4" // https://androidx.tech/artifacts/navigation/navigation-compose/
7273 const val composeHiltNavigation = " 1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
73- const val composeMultiPlatform = " 1.4.0" // https://github.com/JetBrains/compose-jb
74+
75+ // https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
76+ const val composeMultiPlatform = " 1.5.1" // https://github.com/JetBrains/compose-jb
7477
7578 // TestImplementation
7679 const val junit4 = " 4.13.2" // https://junit.org/junit4/
@@ -83,44 +86,45 @@ object Version {
8386
8487 object Google {
8588 const val accompanist = " 0.30.0" // https://github.com/google/accompanist
86- const val material = " 1.9 .0" // https://github.com/material-components/material-components-android/releases
89+ const val material = " 1.10 .0" // https://github.com/material-components/material-components-android/releases
8790 const val gson = " 2.10.1" // https://github.com/google/gson
88- const val admob = " 22.1 .0" // https://developers.google.com/admob/android/sdk
91+ const val admob = " 22.4 .0" // https://developers.google.com/admob/android/sdk
8992 const val userMessagingPlatform = " 2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
90- const val hilt = " 2.46 .1" // https://dagger.dev/hilt/gradle-setup
91- const val adMediationUnityAd = " 4.7 .1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
93+ const val hilt = " 2.48 .1" // https://dagger.dev/hilt/gradle-setup
94+ const val adMediationUnityAd = " 4.9 .1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
9295 }
9396
9497 object JetBrains {
9598 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
96- const val kotlin = " 1.8.20" // https://kotlinlang.org/docs/releases.html#release-details
97- const val coroutines = " 1.7.1" // https://github.com/Kotlin/kotlinx.coroutines
99+ // https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
100+ const val kotlin = " 1.9.10" // https://kotlinlang.org/docs/releases.html#release-details
101+ const val coroutines = " 1.7.3" // https://github.com/Kotlin/kotlinx.coroutines
98102 }
99103
100104 object Util {
101- const val okHttp = " 4.10 .0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
105+ const val okHttp = " 4.11 .0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
102106 const val retrofit = " 2.9.0" // https://github.com/square/retrofit
103107
104108 const val rxAndroid3 = " 3.0.2" // https://github.com/ReactiveX/RxAndroid
105109 const val rxKotlin3 = " 3.0.1" // https://github.com/ReactiveX/RxKotlin
106- const val rxJava3 = " 3.1.6 " // https://github.com/ReactiveX/RxJava
110+ const val rxJava3 = " 3.1.8 " // https://github.com/ReactiveX/RxJava
107111
108- const val glide = " 4.15.1 " // https://github.com/bumptech/glide
109- const val chucker = " 3.5.2 " // https://github.com/ChuckerTeam/chucker
112+ const val glide = " 4.16.0 " // https://github.com/bumptech/glide
113+ const val chucker = " 4.0.0 " // https://github.com/ChuckerTeam/chucker
110114 const val coil = " 2.4.0" // https://coil-kt.github.io/coil/compose/
111115
112116 const val koin = " 3.4.0" // https://github.com/InsertKoinIO/koin
113117 const val koin_android = " 3.4.0" // https://github.com/InsertKoinIO/koin
114118 const val koin_android_compose = " 3.4.4" // https://github.com/InsertKoinIO/koin
115119 const val koin_ktor = " 3.4.0" // https://github.com/InsertKoinIO/koin
116120
117- const val ktor = " 2.2.4 " // https://ktor.io/
121+ const val ktor = " 2.3.5 " // https://ktor.io/
118122 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
119123 const val customActivityOnCrash = " 2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
120124
121125 const val fastAdapter = " 5.7.0" // https://github.com/mikepenz/FastAdapter
122126
123- const val balloon = " 1.5.3 " // https://github.com/skydoves/Balloon
127+ const val balloon = " 1.6.1 " // https://github.com/skydoves/Balloon
124128 }
125129
126130}
@@ -143,7 +147,7 @@ repositories {
143147``` kotlin
144148dependencies {
145149 // library open-build-src
146- implementation(" com.github.frogobox:open-build-src:2.1.9 " )
150+ implementation(" com.github.frogobox:open-build-src:3.0.0 " )
147151}
148152```
149153
0 commit comments