Skip to content

Commit

Permalink
bump to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erdo committed Mar 31, 2024
1 parent 0f9b653 commit 4d748a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/co/early/fore/Shared.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ object Shared {
}

object Publish {
const val LIB_VERSION_NAME = "1.6.2" //"x.x.x-SNAPSHOT"
const val LIB_VERSION_CODE = 96
const val LIB_VERSION_NAME = "1.6.3" //"x.x.x-SNAPSHOT"
const val LIB_VERSION_CODE = 97
const val LIB_GROUP = "co.early.fore"
const val PROJ_NAME = "fore"
const val LIB_DEVELOPER_ID = "erdo"
Expand All @@ -83,7 +83,7 @@ object Shared {
const val LICENCE_URL = "http://www.apache.org/licenses/LICENSE-2.0.txt"

const val use_published_version = false
const val published_fore_version_for_examples = "1.6.2"
const val published_fore_version_for_examples = "1.6.3"
}

object Secrets {
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![license-apache2](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/erdo/android-fore/blob/master/LICENSE.txt){: .float-left}

![central-1.6.2](https://img.shields.io/badge/central-1.6.2-green.svg){: .float-left}
![central-1.6.3](https://img.shields.io/badge/central-1.6.3-green.svg){: .float-left}

![api-16](https://img.shields.io/badge/api-16%2B-orange.svg){: .float-left}

Expand All @@ -14,7 +14,7 @@
**fore** helps you move code out of the view layer, leaving your reactive view code to deal with the absolute fundamentals: *what things look like*

```
implementation("co.early.fore:fore-kt-android:1.6.2")
implementation("co.early.fore:fore-kt-android:1.6.3")
```

More detailed [version / package information here](https://erdo.github.io/android-fore/06-upgrading.html#shoom).
Expand All @@ -23,7 +23,7 @@ More detailed [version / package information here](https://erdo.github.io/androi

For fore's [observeAsState()](https://dev.to/erdo/tic-tac-toe-from-mvp-to-jetpack-compose-57d8) function, and fore's [WindowSize](https://dev.to/erdo/jetpack-compose-and-windowsize-classes-gb4) classes (from 1.4.0 and above):
```
implementation("co.early.fore:fore-kt-android-compose:1.5.2")
implementation("co.early.fore:fore-kt-android-compose:1.5.10")
```
(The versioning matches the composeCompiler version, but the versions are interchangeable)

Expand Down

0 comments on commit 4d748a4

Please sign in to comment.