Skip to content

Commit 62b4941

Browse files
fix: Update README.md (#31)
1 parent d520cb4 commit 62b4941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To add the SDK as a dependency, please add the following to your project's `buil
2424

2525
```gradle
2626
dependencies {
27-
implementation 'com.anduril:anduril-sdk-java:1.1.4'
27+
implementation 'com.anduril:lattice-sdk:1.1.0'
2828
}
2929
```
3030

@@ -35,8 +35,8 @@ To add the SDK as a dependency, please add the following to your project's `pom.
3535
```xml
3636
<dependency>
3737
<groupId>com.anduril</groupId>
38-
<artifactId>anduril-sdk-java</artifactId>
39-
<version>1.1.4</version>
38+
<artifactId>lattice-sdk</artifactId>
39+
<version>1.1.0</version>
4040
</dependency>
4141
```
4242
## Support

0 commit comments

Comments
 (0)