File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
1515## Version Release
1616This Is Latest Release
1717
18- $version_release = 3.0.1
18+ $version_release = 3.0.2
1919
2020What's New??
2121
@@ -113,10 +113,11 @@ object Version {
113113 const val chucker = " 4.0.0" // https://github.com/ChuckerTeam/chucker
114114 const val coil = " 2.5.0" // https://coil-kt.github.io/coil/compose/
115115
116- const val koin = " 3.5.1" // https://github.com/InsertKoinIO/koin
117- const val koin_android = " 3.5.1" // https://github.com/InsertKoinIO/koin
118- const val koin_android_compose = " 3.5.1" // https://github.com/InsertKoinIO/koin
119- const val koin_ktor = " 3.5.1" // https://github.com/InsertKoinIO/koin
116+ const val koin_bom = " 3.5.2-RC1"
117+ const val koin = koin_bom // https://github.com/InsertKoinIO/koin
118+ const val koin_android = koin_bom // https://github.com/InsertKoinIO/koin
119+ const val koin_android_compose = koin_bom // https://github.com/InsertKoinIO/koin
120+ const val koin_ktor = koin_bom // https://github.com/InsertKoinIO/koin
120121
121122 const val ktor = " 2.3.7" // https://ktor.io/
122123 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object ProjectSetting {
2525
2626 const val VERSION_MAJOR = 3
2727 const val VERSION_MINOR = 0
28- const val VERSION_PATCH = 1
28+ const val VERSION_PATCH = 2
2929
3030 // -----------------------------------------------------------------------------------------------------------------
3131
Original file line number Diff line number Diff line change @@ -102,10 +102,11 @@ object Version {
102102 const val chucker = " 4.0.0" // https://github.com/ChuckerTeam/chucker
103103 const val coil = " 2.5.0" // https://coil-kt.github.io/coil/compose/
104104
105- const val koin = " 3.5.1" // https://github.com/InsertKoinIO/koin
106- const val koin_android = " 3.5.1" // https://github.com/InsertKoinIO/koin
107- const val koin_android_compose = " 3.5.1" // https://github.com/InsertKoinIO/koin
108- const val koin_ktor = " 3.5.1" // https://github.com/InsertKoinIO/koin
105+ const val koin_bom = " 3.5.2-RC1"
106+ const val koin = koin_bom // https://github.com/InsertKoinIO/koin
107+ const val koin_android = koin_bom // https://github.com/InsertKoinIO/koin
108+ const val koin_android_compose = koin_bom // https://github.com/InsertKoinIO/koin
109+ const val koin_ktor = koin_bom // https://github.com/InsertKoinIO/koin
109110
110111 const val ktor = " 2.3.7" // https://ktor.io/
111112 const val piracyChecker = " 1.2.8" // https://github.com/javiersantos/PiracyChecker
You can’t perform that action at this time.
0 commit comments