Skip to content

Commit c904f7e

Browse files
committed
chore: add Dev ui dependency and update version to 0.2.0
Signed-off-by: shown.Ji <[email protected]>
1 parent 60a1707 commit c904f7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ If you're using Maven, add the following to your dependencies:
4848
<dependency>
4949
<groupId>com.google.adk</groupId>
5050
<artifactId>google-adk</artifactId>
51-
<version>0.1.0</version>
51+
<version>0.2.0</version>
52+
</dependency>
53+
<!-- Dev UI -->
54+
<dependency>
55+
<groupId>com.google.adk</groupId>
56+
<artifactId>google-adk-dev</artifactId>
57+
<version>0.2.0</version>
5258
</dependency>
5359
```
5460

0 commit comments

Comments
 (0)