Skip to content

Commit

Permalink
Fix aar workaround group id
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 22, 2022
1 parent 3eb5744 commit f00fbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion missing_aar_type_workaround.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def addMissingAarTypeToXml(xml) {
.children()[0]
String dependencyName = groupId + ":" + artifactId
boolean isProjectLibrary =
groupId == 'com.google.android.exoplayer'
groupId == 'com.github.doublesymmetry'
boolean hasJar =
jar_only_dependencies.contains(dependencyName)
boolean hasAar =
Expand Down

0 comments on commit f00fbf8

Please sign in to comment.