Skip to content

Commit cf3cdc8

Browse files
author
Andreas Rossbacher
committed
Prepare for release 1.0.4
1 parent 71b7b57 commit cf3cdc8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 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.3-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.5.13-brightgreen)
2+
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.4-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.5.13-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,15 +75,15 @@ Showkase supports both ksp and kapt. By default, it uses kapt as we only recentl
7575
#### If you want Showkase to be available only in debug builds (Recommended and practical for most use cases)
7676

7777
```kotlin
78-
debugImplementation "com.airbnb.android:showkase:1.0.3"
79-
implementation "com.airbnb.android:showkase-annotation:1.0.3"
80-
kspDebug "com.airbnb.android:showkase-processor:1.0.3" or kaptDebug "com.airbnb.android:showkase-processor:1.0.3"
78+
debugImplementation "com.airbnb.android:showkase:1.0.4"
79+
implementation "com.airbnb.android:showkase-annotation:1.0.4"
80+
kspDebug "com.airbnb.android:showkase-processor:1.0.4" or kaptDebug "com.airbnb.android:showkase-processor:1.0.4"
8181
```
8282

8383
#### If you want Showkase to be available in your release builds as well
8484
```kotlin
85-
implementation "com.airbnb.android:showkase:1.0.3"
86-
ksp "com.airbnb.android:showkase-processor:1.0.3" or kapt "com.airbnb.android:showkase-processor:1.0.3"
85+
implementation "com.airbnb.android:showkase:1.0.4"
86+
ksp "com.airbnb.android:showkase-processor:1.0.4" or kapt "com.airbnb.android:showkase-processor:1.0.4"
8787

8888
```
8989

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3
9+
VERSION_NAME=1.0.4
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)