Skip to content

Commit

Permalink
Prepare for release 1.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jul 16, 2021
1 parent a188b61 commit 6036504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
@@ -1,14 +1,12 @@
# Showkase
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--alpha12-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.0--beta09-brightgreen)
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta01-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.0--rc02-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
minimal configuration it generates a UI browser that helps you easily find your components,
colors & typography. It also renders your components in common situations like dark mode,
right-to-left layouts, and scaled fonts which help in finding issues early.

> Jetpack Compose is in alpha so Showkase may need breaking changes in order to keep up
with changes in Compose.

<p align="center">
<img src="assets/showkase_features.png">
Expand Down Expand Up @@ -72,8 +70,8 @@ setup, add this dependency to all the modules with UI elements that should be di
Showkase browser.

```kotlin
implementation "com.airbnb.android:showkase:1.0.0-alpha12"
kapt "com.airbnb.android:showkase-processor:1.0.0-alpha12"
implementation "com.airbnb.android:showkase:1.0.0-beta01"
kapt "com.airbnb.android:showkase-processor:1.0.0-beta01"
```

**Step 2**: Add the relevant annotations for every UI element that should be a part of the
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,7 +3,7 @@ android.useAndroidX=true
android.enableJetifier=false
kotlin.code.style=official

VERSION_NAME=1.0.0-alpha12
VERSION_NAME=1.0.0-beta01
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

0 comments on commit 6036504

Please sign in to comment.