File tree Expand file tree Collapse file tree 9 files changed +1
-8
lines changed
Expand file tree Collapse file tree 9 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ dependencies {
88 implementation ' io.opentelemetry:opentelemetry-api:1.47.0'
99 implementation ' io.opentelemetry:opentelemetry-context:1.47.0'
1010 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
11+ api ' javax.xml.stream:stax-api:1.0-2'
1112 api ' com.azure:azure-core:1.55.2'
1213
1314 api project(' :components:abstractions' )
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ android {
5252 disable " UnusedResources" // Unused will be removed on release
5353 disable " IconExpectedSize" // Using the material icons provided from Google
5454 disable " GoogleAppIndexingApiWarning" // We might want to index our app later
55- disable " InvalidPackage" // Butterknife, Okio and Realm
5655 disable " ResourceType" // Annotation binding
5756 disable " GradleDependency"
5857 disable " NewerVersionAvailable"
You can’t perform that action at this time.
0 commit comments