Skip to content

Commit d9c0216

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d526b92 + b23563e commit d9c0216

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please see [the Java section](#java) for more details.
99
**Use this library in Kotlin, Java, JavaScript, Swift, or native code!** Because this library targets both iOS and Android, it can also be used in KMM ([Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/)) applications as a shared source.
1010

1111
[![JCenter](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin-core)
12-
[![](https://img.shields.io/badge/Documentation-latest-orange.svg)](https://adamint.github.io/spotify-web-api-kotlin-docs/spotify-web-api-kotlin/)
12+
[![](https://img.shields.io/badge/Documentation-latest-orange.svg)](https://adamint.github.io/spotify-web-api-kotlin-docs/spotify-web-api-kotlin/com.adamratzman.spotify/index.html)
1313
![](https://img.shields.io/badge/License-MIT-blue.svg)
1414
[![codebeat badge](https://codebeat.co/badges/0ab613b0-31d7-4848-aebc-4ed1e51f069c)](https://codebeat.co/projects/github-com-adamint-spotify-web-api-kotlin-master)
1515

@@ -96,7 +96,7 @@ packagingOptions {
9696
```
9797

9898
## Documentation
99-
The `spotify-web-api-kotlin` JavaDocs are hosted [here](https://adamint.github.io/spotify-web-api-kotlin-docs/spotify-web-api-kotlin/).
99+
The `spotify-web-api-kotlin` JavaDocs are hosted [here](https://adamint.github.io/spotify-web-api-kotlin-docs/spotify-web-api-kotlin/com.adamratzman.spotify/index.html).
100100

101101
## Have a question?
102102
If you have a question, you can:

README_ANDROID.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,8 @@ class ViewBroadcastsActivity : BaseActivity() {
314314
}
315315
}
316316

317-
```
317+
```
318+
319+
## Compatibility below Android API26
320+
321+
Older versions of Android do not include some of the required Java8 APIs. To target these older APIs, you must enable [Java8 API Desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) in your app.

0 commit comments

Comments
 (0)