-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Kotlin Android Architecture Library - Kaal - by eMan | ||
|
||
[![Latest version](https://img.shields.io/github/v/release/eManPrague/kaal)](https://github.com/eManPrague/kaal/releases/tag/v0.10.1) | ||
[![Latest version](https://img.shields.io/github/v/release/eManPrague/kaal)](https://github.com/eManPrague/kaal/releases/tag/v0.11.0) | ||
|
||
[![Slack channel](https://img.shields.io/badge/Chat-Slack-blue.svg)](https://kotlinlang.slack.com/messages/kaal/) | ||
|
||
|
@@ -38,11 +38,11 @@ but you can use it also in data and infrastructure, because you need e.g. instan | |
|
||
```kotlin | ||
// Gradle Kotlin DSL | ||
implementation("cz.eman.kaal:kaal-core:0.10.1") | ||
implementation("cz.eman.kaal:kaal-core:0.11.0") | ||
``` | ||
|
||
```groovy | ||
implementation 'cz.eman.kaal:kaal-core:0.10.1' | ||
implementation 'cz.eman.kaal:kaal-core:0.11.0' | ||
``` | ||
|
||
TBD | ||
|
@@ -51,11 +51,11 @@ TBD | |
|
||
```kotlin | ||
// Gradle Kotlin DSL | ||
implementation("cz.eman.kaal:kaal-domain:0.10.1") | ||
implementation("cz.eman.kaal:kaal-domain:0.11.0") | ||
``` | ||
|
||
```groovy | ||
implementation 'cz.eman.kaal:kaal-domain:0.10.1' | ||
implementation 'cz.eman.kaal:kaal-domain:0.11.0' | ||
``` | ||
|
||
TBD | ||
|
@@ -64,11 +64,11 @@ TBD | |
|
||
```kotlin | ||
// Gradle Kotlin DSL | ||
implementation("cz.eman.kaal:kaal-presentation:0.10.1") | ||
implementation("cz.eman.kaal:kaal-presentation:0.11.0") | ||
``` | ||
|
||
```groovy | ||
implementation 'cz.eman.kaal:kaal-presentation:0.10.1' | ||
implementation 'cz.eman.kaal:kaal-presentation:0.11.0' | ||
``` | ||
|
||
TBD | ||
|
@@ -77,17 +77,11 @@ TBD | |
|
||
```kotlin | ||
// Gradle Kotlin DSL | ||
implementation("cz.eman.kaal:kaal-infrastructure:0.10.1") | ||
implementation("cz.eman.kaal:kaal-infrastructure:0.11.0") | ||
``` | ||
|
||
```groovy | ||
implementation 'cz.eman.kaal:kaal-infrastructure:0.10.1' | ||
implementation 'cz.eman.kaal:kaal-infrastructure:0.11.0' | ||
``` | ||
|
||
TBD | ||
|
||
##### Responsible Persons | ||
* [Vaclav Souhrada](mailto:[email protected]) | ||
- [Roman Holomek](mailto:[email protected]) | ||
- [Stefan Toth](mailto:[email protected]) | ||
- [Filip Šmíd](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ android.enableJetifier=true | |
kotlin.code.style=official | ||
|
||
# Kaal version | ||
version=0.10.1 | ||
version=0.11.0 |