Skip to content

Commit e8a0f6e

Browse files
Merge pull request #263 from yuluo-yx:0714-yuluo/update
PiperOrigin-RevId: 785485191
2 parents 89739a8 + c904f7e commit e8a0f6e

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)