Skip to content

Commit

Permalink
Release v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 16, 2023
1 parent 0818e3c commit c883009
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repository for testing build from jitpack.io
## Version Release
This Is Latest Release

$version_release = 2.0.8
$version_release = 2.0.9

What's New??

Expand Down Expand Up @@ -93,7 +93,7 @@ object Version {

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

Expand Down Expand Up @@ -139,7 +139,7 @@ repositories {
```kotlin
dependencies {
// library open-build-src
implementation("com.github.frogobox:open-build-src:2.0.7")
implementation("com.github.frogobox:open-build-src:2.0.9")
}
```

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ object ProjectSetting {

const val VERSION_MAJOR = 2
const val VERSION_MINOR = 0
const val VERSION_PATCH = 8
const val VERSION_PATCH = 9

// -----------------------------------------------------------------------------------------------------------------

const val KOTLIN_VERSION = "1.7.21"
const val KOTLIN_VERSION = "1.7.20"

// -----------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object Version {

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

Expand Down

0 comments on commit c883009

Please sign in to comment.