lightsail-network / java-stellar-sdk

The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC Server.
https://javadoc.io/doc/network.lightsail/stellar-sdk
Apache License 2.0
175 stars 160 forks source link

refactor: Refactor testSDK() in MainActivity.kt to enable federation … #653

Closed overcat closed 2 weeks ago

overcat commented 2 weeks ago

…resolution on Android SDK version 26 and above

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.88%. Comparing base (b335e3e) to head (01e2c83). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #653 +/- ## ========================================= Coverage 80.88% 80.88% Complexity 1171 1171 ========================================= Files 202 202 Lines 4432 4432 Branches 370 370 ========================================= Hits 3585 3585 Misses 617 617 Partials 230 230 ```