Skip to content

Commit efca0f0

Browse files
committed
Prepare for release 1.0.0-alpha08
1 parent 33b8770 commit efca0f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 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.0--alpha07-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.0--beta01-brightgreen)
2+
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--alpha08-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.0.0--beta02-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
@@ -72,8 +72,8 @@ setup, add this dependency to all the modules with UI elements that should be di
7272
Showkase browser.
7373

7474
```kotlin
75-
implementation "com.airbnb.android:showkase:1.0.0-alpha07"
76-
kapt "com.airbnb.android:showkase-processor:1.0.0-alpha07"
75+
implementation "com.airbnb.android:showkase:1.0.0-alpha08"
76+
kapt "com.airbnb.android:showkase-processor:1.0.0-alpha08"
7777
```
7878

7979
**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-beta01-SNAPSHOT
6+
VERSION_NAME=1.0.0-alpha08
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)