Skip to content

Commit 43a3a84

Browse files
authored
Merge pull request #1786 from microsoft/andrueastman/xml-fix-android
fix: resolve build errors for azure authentication package on android
2 parents bdf5e65 + 5fda34b commit 43a3a84

File tree

9 files changed

+1
-8
lines changed

9 files changed

+1
-8
lines changed

components/abstractions/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/authentication/azure/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/authentication/azure/gradle/dependencies.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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')

components/bundle/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/http/okHttp/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/serialization/form/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/serialization/json/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/serialization/multipart/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

components/serialization/text/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)