File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,13 @@ An implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3.
2424<dependency >
2525 <groupId >com.apicatalog</groupId >
2626 <artifactId >carbon-did</artifactId >
27- <version >0.3.0</version >
27+ <version >0.4.0</version >
28+ </dependency >
29+ <dependency >
30+ <groupId >com.apicatalog</groupId >
31+ <artifactId >copper-multibase</artifactId >
32+ <version >0.5.0</version >
2833</dependency >
29-
3034```
3135
3236#### Gradle
@@ -35,7 +39,8 @@ Android 12+ (API Level >=32)
3539
3640
3741``` gradle
38- implementation("com.apicatalog:carbon-did:0.3.0")
42+ implementation("com.apicatalog:carbon-did:0.4.0")
43+ implementation("com.apicatalog:copper-multibase:0.5.0")
3944```
4045
4146Do you need to support an older Android version? [ Contact me] ( mailto:filip26@gmail.com )
Original file line number Diff line number Diff line change 77 <groupId >com.apicatalog</groupId >
88 <artifactId >carbon-did</artifactId >
99
10- <version >0.4.0-SNAPSHOT </version >
10+ <version >0.4.0</version >
1111 <packaging >jar</packaging >
1212
1313 <url >https://github.com/filip26/carbon-decentralized-identifiers</url >
You can’t perform that action at this time.
0 commit comments