Skip to content

Commit 7391657

Browse files
committed
Prepare for release 1.0.0-beta14
1 parent 469e14d commit 7391657

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Showkase
2-
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta13-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.1.1-brightgreen)
2+
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta14-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.1.1-brightgreen)
33

44
Showkase is an annotation-processor based Android library that helps you organize, discover, search
55
and visualize [Jetpack Compose](https://developer.android.com/jetpack/compose) UI elements. With
@@ -75,14 +75,14 @@ Showkase supports both ksp and kapt. By default, it uses kapt as we only recentl
7575
#### If you are using kapt
7676

7777
```kotlin
78-
implementation "com.airbnb.android:showkase:1.0.0-beta13"
79-
kapt "com.airbnb.android:showkase-processor:1.0.0-beta13"
78+
implementation "com.airbnb.android:showkase:1.0.0-beta14"
79+
kapt "com.airbnb.android:showkase-processor:1.0.0-beta14"
8080
```
8181

8282
#### If you are using ksp
8383
```kotlin
84-
implementation "com.airbnb.android:showkase:1.0.0-beta13"
85-
ksp "com.airbnb.android:showkase-processor:1.0.0-beta13"
84+
implementation "com.airbnb.android:showkase:1.0.0-beta14"
85+
ksp "com.airbnb.android:showkase-processor:1.0.0-beta14"
8686
```
8787

8888
In addition, you will also need to pass a flag to the gradle command that you use to build/run with showkase.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android.enableJetifier=false
44
kotlin.code.style=official
55
kapt.include.compile.classpath=false
66

7-
VERSION_NAME=1.0.0-beta13
7+
VERSION_NAME=1.0.0-beta14
88
GROUP=com.airbnb.android
99
POM_DESCRIPTION=Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
1010
POM_URL=https://github.com/airbnb/Showkase

0 commit comments

Comments
 (0)