GitHub / dbchaincloud / android-client
android client for dbchain
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbchaincloud%2Fandroid-client
PURL: pkg:github/dbchaincloud/android-client
Stars: 0
Forks: 0
Open issues: 0
License: apache-2.0
Language: Kotlin
Size: 3.44 MB
Dependencies parsed at:
13
Created at: almost 5 years ago
Updated at: almost 4 years ago
Pushed at: almost 4 years ago
Last synced at: over 2 years ago
app/build.gradle
maven
- androidx.appcompat:appcompat 1.2.0 implementation
- androidx.constraintlayout:constraintlayout 2.0.4 implementation
- androidx.core:core-ktx 1.3.2 implementation
- com.google.android.material:material 1.3.0 implementation
- org.jetbrains.kotlin:kotlin-stdlib $kotlin_version implementation
dbchain/build.gradle
maven
- androidx.core:core-ktx 1.3.2 api
- com.squareup.retrofit2:retrofit 2.9.0 api
- org.bitcoinj:bitcoinj-core 0.14.7 api
- org.jetbrains.kotlin:kotlin-stdlib 1.4.0 api
- org.jetbrains.kotlinx:kotlinx-coroutines-android 1.3.9 api
- org.web3j:core 4.1.0-android api
- com.google.code.gson:gson 2.8.6 implementation
- com.squareup.retrofit2:converter-gson 2.9.0 implementation