Skip to content

Commit 8b61fc4

Browse files
author
Erick Tijero
committed
Update README.md
1 parent 5091675 commit 8b61fc4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 11
1919
- name: Release build
2020
# assembleRelease for all modules, excluding non-library modules: samples, docs
21-
run: ./gradlew assembleRelease -x :stream-chat-android-sample:assembleRelease -x :stream-chat-android-ui-components-sample:assembleRelease -x :stream-chat-android-compose-sample:assembleRelease -x :stream-chat-android-docs:assembleRelease
21+
run: ./gradlew assembleRelease -x :koleton-sample:assembleRelease
2222
- name: Source jar and dokka
2323
run: ./gradlew androidSourcesJar javadocJar
2424
- name: Publish to MavenCentral

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<a href="https://github.com/ericktijerou/koleton/actions"><img src="https://github.com/ericktijerou/koleton/workflows/Build%20and%20test/badge.svg" /></a>
66
<a href="https://github.com/ericktijerou/koleton/releases"><img src="https://img.shields.io/github/v/release/ericktijerou/koleton" /></a>
77
[![Kotlin](https://img.shields.io/badge/Kotlin-1.5.10-blueviolet.svg)](https://kotlinlang.org)
8-
<a href="https://github.com/GetStream/stream-chat-android/actions"><img src="https://github.com/GetStream/stream-chat-android/workflows/Build%20and%20test/badge.svg" /></a>
9-
<a href="https://github.com/GetStream/stream-chat-android/releases"><img src="https://img.shields.io/github/v/release/GetStream/stream-chat-android" /></a>
108
![Minimum SDK Version](https://img.shields.io/badge/minSdkVersion-14-brightgreen.svg)
119

1210
An Android library that provides an easy way to show skeleton of any view.

0 commit comments

Comments
 (0)