Implementation Dependencies
These are the standard dependencies used in the app during runtime. Most dependencies are in this category.
ABL API Client
Adds the ABL API Client, which can be used to more easily make API calls and handle data with those calls.
This requires the JitPack.io repository to be included in the project’s build.gradle file.
| implementation "dev.mfazio:abl-api-client:$abl_client_version" |
- Book version: 1.1.1
- Apps: Android Baseball League
AndroidX Appcompat
Allows us to access new APIs on older Android versions.
| implementation "androidx.appcompat:appcompat:$app_compat_version" |
- Book version: 1.2.0
- Apps: Android Baseball League, Penny Drop
AndroidX Core
Adds Kotlin extensions to common Android libraries.
| implementation |
Get Kotlin and Android Development featuring Jetpack now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.