Skip to content

Commit 16178e2

Browse files
committed
Prepare for release 1.0.0-beta17
1 parent 44951ff commit 16178e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
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--beta16-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.2.0-brightgreen)
2+
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta17-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.2.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-beta16"
79-
kapt "com.airbnb.android:showkase-processor:1.0.0-beta16"
78+
implementation "com.airbnb.android:showkase:1.0.0-beta17"
79+
kapt "com.airbnb.android:showkase-processor:1.0.0-beta17"
8080
```
8181

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

8888
**Step 2**: Add the relevant annotations for every UI element that should be a part of the

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kapt.include.compile.classpath=false
66
RELEASE_SIGNING_ENABLED=true
77
SONATYPE_HOST=DEFAULT
88

9-
VERSION_NAME=1.0.0-beta16
9+
VERSION_NAME=1.0.0-beta17
1010
GROUP=com.airbnb.android
1111
POM_DESCRIPTION=Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
1212
POM_URL=https://github.com/airbnb/Showkase

0 commit comments

Comments
 (0)