File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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 = 2.0.8
18+ $version_release = 2.0.9
1919
2020What's New??
2121
@@ -93,7 +93,7 @@ object Version {
9393
9494 object JetBrains {
9595 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
96- const val kotlin = " 1.8.0 " // 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
@@ -139,7 +139,7 @@ repositories {
139139``` kotlin
140140dependencies {
141141 // library open-build-src
142- implementation(" com.github.frogobox:open-build-src:2.0.7 " )
142+ implementation(" com.github.frogobox:open-build-src:2.0.9 " )
143143}
144144```
145145
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ object ProjectSetting {
2525
2626 const val VERSION_MAJOR = 2
2727 const val VERSION_MINOR = 0
28- const val VERSION_PATCH = 8
28+ const val VERSION_PATCH = 9
2929
3030 // -----------------------------------------------------------------------------------------------------------------
3131
32- const val KOTLIN_VERSION = " 1.7.21 "
32+ const val KOTLIN_VERSION = " 1.7.20 "
3333
3434 // -----------------------------------------------------------------------------------------------------------------
3535
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ object Version {
7979
8080 object JetBrains {
8181 // https://developer.android.com/jetpack/androidx/releases/compose-kotlin - Compability For Compose Version
82- const val kotlin = " 1.8.0 " // 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
You can’t perform that action at this time.
0 commit comments