Skip to content

Commit

Permalink
Don't handle EXTERNAL_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Aug 16, 2021
1 parent dbe1257 commit 8fd93b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "dev.rikka.tools"
version = "1.0.0"
version = "1.1.0"

def artifactName = "hidden-api-refine"
def pluginId = "${group}.${artifactName}"
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/dev/rikka/tools/HiddenApiRefineTransform.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ public Set<? super QualifiedContent.Scope> getScopes() {
return new HashSet<>(
Arrays.asList(
QualifiedContent.Scope.PROJECT,
QualifiedContent.Scope.SUB_PROJECTS,
QualifiedContent.Scope.EXTERNAL_LIBRARIES
QualifiedContent.Scope.SUB_PROJECTS
)
);
}
Expand Down

0 comments on commit 8fd93b5

Please sign in to comment.