Skip to content

Commit 6036504

Browse files
committed
Prepare for release 1.0.0-beta01
1 parent a188b61 commit 6036504

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Showkase
2-
![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)
2+
![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)
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
66
minimal configuration it generates a UI browser that helps you easily find your components,
77
colors & typography. It also renders your components in common situations like dark mode,
88
right-to-left layouts, and scaled fonts which help in finding issues early.
99

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

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

7472
```kotlin
75-
implementation "com.airbnb.android:showkase:1.0.0-alpha12"
76-
kapt "com.airbnb.android:showkase-processor:1.0.0-alpha12"
73+
implementation "com.airbnb.android:showkase:1.0.0-beta01"
74+
kapt "com.airbnb.android:showkase-processor:1.0.0-beta01"
7775
```
7876

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android.useAndroidX=true
33
android.enableJetifier=false
44
kotlin.code.style=official
55

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

0 commit comments

Comments
 (0)