Skip to content

Commit 271c82a

Browse files
committed
Release v2.0.7
1 parent 4d3cd93 commit 271c82a

File tree

4 files changed

+70
-56
lines changed

4 files changed

+70
-56
lines changed

README.md

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515
## Version Release
1616
This Is Latest Release
1717

18-
$version_release = 2.0.6
18+
$version_release = 2.0.7
1919

2020
What'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
135140
dependencies {
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

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object ProjectSetting {
2525

2626
const val VERSION_MAJOR = 2
2727
const val VERSION_MINOR = 0
28-
const val VERSION_PATCH = 6
28+
const val VERSION_PATCH = 7
2929

3030
// -----------------------------------------------------------------------------------------------------------------
3131

src/main/kotlin/Koin.kt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,27 @@ object Koin {
1818
fun core(version: String): String = "io.insert-koin:koin-core:$version"
1919

2020
// Koin main features for Android (Scope,ViewModel ...)
21-
const val android = "io.insert-koin:koin-android:${Version.Util.koin}"
21+
const val android = "io.insert-koin:koin-android:${Version.Util.koin_android}"
2222
fun android(version: String): String = "io.insert-koin:koin-android:$version"
2323

2424
// Koin Java Compatibility
25-
const val androidCompat = "io.insert-koin:koin-android-compat:${Version.Util.koin}"
25+
const val androidCompat = "io.insert-koin:koin-android-compat:${Version.Util.koin_android}"
2626
fun androidCompat(version: String): String = "io.insert-koin:koin-android-compat:$version"
2727

2828
// Koin for Jetpack WorkManager
29-
const val androidxWorkManager = "io.insert-koin:koin-androidx-workmanager:${Version.Util.koin}"
29+
const val androidxWorkManager = "io.insert-koin:koin-androidx-workmanager:${Version.Util.koin_android}"
3030
fun androidxWorkManager(version: String): String = "io.insert-koin:koin-androidx-workmanager:$version"
3131

32+
// Koin for Navigation Graph
33+
const val androidxNavigationGraph = "io.insert-koin:koin-androidx-navigation:${Version.Util.koin_android}"
34+
fun androidxNavigationGraph(version: String): String = "io.insert-koin:koin-androidx-navigation:$version"
35+
3236
// Koin for Jetpack Compose
33-
const val androidxCompose = "io.insert-koin:koin-androidx-compose:${Version.Util.koin}"
37+
const val androidxCompose = "io.insert-koin:koin-androidx-compose:${Version.Util.koin_android_compose}"
3438
fun androidxCompose(version: String): String = "io.insert-koin:koin-androidx-compose:$version"
3539

3640
// Koin for Ktor
37-
const val ktor = "io.insert-koin:koin-ktor:${Version.Util.koin}"
41+
const val ktor = "io.insert-koin:koin-ktor:${Version.Util.koin_ktor}"
3842
fun ktor(version: String): String = "io.insert-koin:koin-ktor:$version"
3943

4044
// Testing

src/main/kotlin/Version.kt

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ object Version {
2020
}
2121

2222
object Ad {
23-
const val unityAds = "4.4.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
24-
const val startIo = "4.10.0" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
23+
const val unityAds = "4.4.1" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
24+
const val startIo = "4.10.5" // https://support.start.io/hc/en-us/articles/360014774799-Integration-via-Maven
2525
}
2626

2727
object Androidx {
@@ -38,25 +38,25 @@ object Version {
3838
const val liveCycleArch = "2.1.0" // https://developer.android.com/jetpack/androidx/releases/lifecycle
3939
const val room = "2.4.3" // https://developer.android.com/jetpack/androidx/releases/room
4040
const val work = "2.7.1" // https://developer.android.com/jetpack/androidx/releases/work
41-
const val activityKtx = "1.6.0-rc02" // https://developer.android.com/jetpack/androidx/releases/activity
42-
const val fragmentKtx = "1.5.2" // https://developer.android.com/jetpack/androidx/releases/fragment
43-
const val navigationKtx = "2.5.2" // https://developer.android.com/jetpack/androidx/releases/navigation
41+
const val activityKtx = "1.6.1" // https://developer.android.com/jetpack/androidx/releases/activity
42+
const val fragmentKtx = "1.5.5" // https://developer.android.com/jetpack/androidx/releases/fragment
43+
const val navigationKtx = "2.5.3" // https://developer.android.com/jetpack/androidx/releases/navigation
4444
const val recyclerView = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/recyclerview
4545
const val recyclerViewSelection = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/recyclerview
46-
const val camerax = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/camera#kts
46+
const val camerax = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/camera#kts
4747
const val biometric = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/biometric
48-
const val annotation = "1.4.0" // https://developer.android.com/jetpack/androidx/releases/annotation
49-
const val annotationExperimental = "1.2.0" // https://developer.android.com/jetpack/androidx/releases/annotation
48+
const val annotation = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
49+
const val annotationExperimental = "1.5.0" // https://developer.android.com/jetpack/androidx/releases/annotation
5050
const val swipeRefreshLayout = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
5151

5252
// Compose Version
53-
const val composeActivity = "1.6.0" // https://androidx.tech/artifacts/activity/activity-compose/
54-
const val composeCompiler = "1.3.1" // https://developer.android.com/jetpack/androidx/releases/compose
55-
const val compose = "1.2.1" // https://developer.android.com/jetpack/androidx/releases/compose
53+
const val composeActivity = "1.6.1" // https://androidx.tech/artifacts/activity/activity-compose/
54+
const val composeCompiler = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
55+
const val compose = "1.3.2" // https://developer.android.com/jetpack/androidx/releases/compose
5656
const val composeMaterial3 = "1.0.0-alpha14" // https://developer.android.com/jetpack/androidx/releases/compose
57-
const val composeNavigation = "2.5.2" // https://androidx.tech/artifacts/navigation/navigation-compose/
57+
const val composeNavigation = "2.5.3" // https://androidx.tech/artifacts/navigation/navigation-compose/
5858
const val composeHiltNavigation = "1.0.0" // https://developer.android.com/jetpack/androidx/releases/hilt
59-
const val composeMultiPlatform = "1.1.1" // https://github.com/JetBrains/compose-jb
59+
const val composeMultiPlatform = "1.2.1" // https://github.com/JetBrains/compose-jb
6060

6161
// TestImplementation
6262
const val junit4 = "4.13.2" // https://junit.org/junit4/
@@ -68,34 +68,39 @@ object Version {
6868
}
6969

7070
object Google {
71-
const val accompanist = "0.26.1-alpha" // https://github.com/google/accompanist
72-
const val material = "1.8.0-alpha01" // https://github.com/material-components/material-components-android/releases
73-
const val gson = "2.9.1" // https://github.com/google/gson
74-
const val admob = "21.2.0" // https://developers.google.com/admob/android/sdk
71+
const val accompanist = "0.28.0" // https://github.com/google/accompanist
72+
const val material = "1.8.0-beta01" // https://github.com/material-components/material-components-android/releases
73+
const val gson = "2.10" // https://github.com/google/gson
74+
const val admob = "21.3.0" // https://developers.google.com/admob/android/sdk
7575
const val userMessagingPlatform = "2.0.0" // https://developers.google.com/admob/ump/android/quick-start#install_with_gradle
76-
const val hilt = "2.44" // https://dagger.dev/hilt/gradle-setup
77-
const val adMediationUnityAd = "4.4.0.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
76+
const val hilt = "2.44.2" // https://dagger.dev/hilt/gradle-setup
77+
const val adMediationUnityAd = "4.4.1.0" // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
7878
}
7979

8080
object JetBrains {
8181
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
82-
const val kotlin = "1.7.10" // https://kotlinlang.org/docs/releases.html#release-details
82+
const val kotlin = "1.7.20" // https://kotlinlang.org/docs/releases.html#release-details
8383
const val coroutines = "1.6.4" // https://github.com/Kotlin/kotlinx.coroutines
8484
}
8585

8686
object Util {
8787
const val okHttp = "4.10.0" // https://square.github.io/okhttp/ - https://search.maven.org/search?q=g:com.squareup.okhttp3
8888
const val retrofit = "2.9.0" // https://github.com/square/retrofit
8989

90-
const val rxAndroid3 = "3.0.0" // https://github.com/ReactiveX/RxAndroid
90+
const val rxAndroid3 = "3.0.2" // https://github.com/ReactiveX/RxAndroid
9191
const val rxKotlin3 = "3.0.1" // https://github.com/ReactiveX/RxKotlin
9292
const val rxJava3 = "3.1.5" // https://github.com/ReactiveX/RxJava
9393

94-
const val glide = "4.13.2" // https://github.com/bumptech/glide
94+
const val glide = "4.14.2" // https://github.com/bumptech/glide
9595
const val chucker = "3.5.2" // https://github.com/ChuckerTeam/chucker
96-
const val coil = "2.1.0" // https://coil-kt.github.io/coil/compose/
96+
const val coil = "2.2.2" // https://coil-kt.github.io/coil/compose/
97+
9798
const val koin = "3.2.2" // https://github.com/InsertKoinIO/koin
98-
const val ktor = "2.1.1" // https://ktor.io/
99+
const val koin_android = "3.3.0" // https://github.com/InsertKoinIO/koin
100+
const val koin_android_compose = "3.3.0" // https://github.com/InsertKoinIO/koin
101+
const val koin_ktor = "3.2.2" // https://github.com/InsertKoinIO/koin
102+
103+
const val ktor = "2.2.1" // https://ktor.io/
99104
const val piracyChecker = "1.2.8" // https://github.com/javiersantos/PiracyChecker
100105
const val customActivityOnCrash = "2.4.0" // https://github.com/Ereza/CustomActivityOnCrash
101106
}

0 commit comments

Comments
 (0)