Skip to content

Commit 0a993b3

Browse files
authored
Update android animalsniffer min API version to 23 (#7153)
1 parent 16f3637 commit 0a993b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSIONING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ respect to semantic versioning.
7272
| Language | Minimum Version | Applicability | Semconv Notes |
7373
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7474
| Java | 8+ | All artifacts, unless otherwise noted | Changing requires major version bump. |
75-
| Android | 21+ (NOTE: [desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required. We stay up to date with the latest version of [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs).) | Artifacts using `otel.animalsniffer-conventions` plugin | Kept in sync with minimum requirements for [Google Play services](https://developers.google.com/android/guides/setup). Subject to change in minor version. |
75+
| Android | 23+ (NOTE: [desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required. We stay up to date with the latest version of [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs).) | Artifacts using `otel.animalsniffer-conventions` plugin | Kept in sync with minimum requirements for [Google Play services](https://developers.google.com/android/guides/setup). Subject to change in minor version. |
7676
| Kotlin | 1.6+ | Only applies to `opentelemetry-extension-kotlin` | Kept in sync with [minimum non-deprecated](https://kotlinlang.org/docs/gradle-compiler-options.html#attributes-common-to-jvm-and-js) version. Subject to change in minor versions. |
7777

7878
## API vs SDK

animal-sniffer-signature/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configurations.add(signatureJarClasspath)
2727
configurations.add(generatedSignature)
2828

2929
dependencies {
30-
signature("com.toasttab.android:gummy-bears-api-21:0.10.0@signature")
30+
signature("com.toasttab.android:gummy-bears-api-23:0.10.0@signature")
3131
signatureJar("com.android.tools:desugar_jdk_libs")
3232
}
3333

0 commit comments

Comments
 (0)