Skip to content

Commit

Permalink
Prepare for release 1.0.0-beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jan 11, 2022
1 parent 794af71 commit 53a9278
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,5 +1,5 @@
# Showkase
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta09-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.4-brightgreen)
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta10-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.4-brightgreen)

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

```kotlin
implementation "com.airbnb.android:showkase:1.0.0-beta09"
kapt "com.airbnb.android:showkase-processor:1.0.0-beta09"
implementation "com.airbnb.android:showkase:1.0.0-beta10"
kapt "com.airbnb.android:showkase-processor:1.0.0-beta10"
```

#### If you are using ksp
```kotlin
implementation "com.airbnb.android:showkase:1.0.0-beta09"
ksp "com.airbnb.android:showkase-processor:1.0.0-beta09"
implementation "com.airbnb.android:showkase:1.0.0-beta10"
ksp "com.airbnb.android:showkase-processor:1.0.0-beta10"
```

In addition, you will also need to pass a flag to the gradle command that you use to build/run with showkase.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@ android.enableJetifier=false
kotlin.code.style=official
kapt.include.compile.classpath=false

VERSION_NAME=1.0.0-beta09
VERSION_NAME=1.0.0-beta10
GROUP=com.airbnb.android
POM_DESCRIPTION=Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
POM_URL=https://github.com/airbnb/Showkase
Expand Down
Empty file added grep
Empty file.

0 comments on commit 53a9278

Please sign in to comment.