GitHub / googlesamples / task-interop
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlesamples%2Ftask-interop
Stars: 8
Forks: 10
Open issues: 0
License: apache-2.0
Language: Kotlin
Size: 93.8 KB
Dependencies parsed at:
17
Created at: over 4 years ago
Updated at: about 2 months ago
Pushed at: 10 months ago
Last synced at: 25 days ago
app/build.gradle
maven
- androidx.appcompat:appcompat 1.2.0 implementation
- androidx.concurrent:concurrent-futures 1.1.0 implementation
- androidx.constraintlayout:constraintlayout 2.0.1 implementation
- androidx.core:core-ktx 1.3.2 implementation
- androidx.lifecycle:lifecycle-runtime-ktx 2.2.0 implementation
- com.google.android.gms:play-services-oss-licenses 17.0.0 implementation
- com.google.android.gms:play-services-tasks 17.2.0 implementation
- com.google.android.material:material 1.2.0 implementation
- io.ashdavies.rx.rxtasks:rx-tasks 2.2.0 implementation
- org.jetbrains.kotlin:kotlin-scripting-jvm $kotlin_version implementation
- org.jetbrains.kotlin:kotlin-stdlib $kotlin_version implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-android 1.4.1 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-core 1.4.1 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-play-services 1.4.1 implementation
- junit:junit 4.12 testImplementation
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- actions/setup-java v4 composite
build.gradle
maven