To install and integrate the mini-app SDK, follow these steps:
- Add the remote Maven repository:
maven {
url = uri("https://raw.githubusercontent.com/web3user1/OpenWeb3-Android/main/aar/1.0.3")
}
- Include io.openweb3:core and io.openweb3:bridge dependencies:
implementation("io.openweb3:bridge:1.0.3")
implementation("io.openweb3:core:1.0.3")
- Rebuild your project to apply the changes.