File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ subprojects {
372
372
373
373
plugins.withId(" ru.vyarus.animalsniffer" ) {
374
374
dependencies {
375
- add(AnimalSnifferPlugin .SIGNATURE_CONF , " com.toasttab.android:gummy-bears-api-24 :0.3.0:coreLib@signature" )
375
+ add(AnimalSnifferPlugin .SIGNATURE_CONF , " com.toasttab.android:gummy-bears-api-21 :0.3.0:coreLib@signature" )
376
376
}
377
377
378
378
configure<AnimalSnifferExtension > {
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ plugins {
3
3
id(" maven-publish" )
4
4
5
5
id(" me.champeau.gradle.jmh" )
6
- id(" ru.vyarus.animalsniffer" )
6
+
7
+ // TODO(anuraaga): Enable animalsniffer by the time we are getting ready to release a stable
8
+ // version. Long/DoubleAdder are not part of Android API 21 which is our current target.
9
+ // id("ru.vyarus.animalsniffer")
7
10
}
8
11
9
12
description = " OpenTelemetry SDK Metrics"
You can’t perform that action at this time.
0 commit comments