Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Prepare 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Apr 23, 2019
1 parent 64bf640 commit df7b20a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.6.1

_2019-04-23_

* Maintenance release. Kotlin dependency has been updated to 1.3.30.

## Version 1.6.0

_2019-03-29_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ a repository to your project. Then add the following dependencies:

```gradle
dependencies {
implementation 'org.rewedigital.katana:katana-core:1.6.0'
implementation 'org.rewedigital.katana:katana-core:1.6.1'
// Use this artifact for Katana on Android
implementation 'org.rewedigital.katana:katana-android:1.6.0'
implementation 'org.rewedigital.katana:katana-android:1.6.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions android-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ android {

applicationId = "org.rewedigital.katana.android.example"
versionCode = 1
versionName = "1.6.0"
versionName = "1.6.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
}

dependencies {
implementation("org.rewedigital.katana:katana-android:1.6.0")
implementation("org.rewedigital.katana:katana-androidx-viewmodel:1.6.0")
implementation("org.rewedigital.katana:katana-android:1.6.1")
implementation("org.rewedigital.katana:katana-androidx-viewmodel:1.6.1")
implementation("androidx.appcompat:appcompat:1.0.2")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {

allprojects {
group = "org.rewedigital.katana"
version = "1.6.0"
version = "1.6.1"

repositories {
google()
Expand Down

0 comments on commit df7b20a

Please sign in to comment.