Skip to content

Commit c883009

Browse files
committed
Release v2.0.9
1 parent 0818e3c commit c883009

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 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.8
18+
$version_release = 2.0.9
1919

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

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/kotlin/Version.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)