make packages class public for android, fixes #14
This commit is contained in:
parent
5295129a7c
commit
78c4da02e8
|
@ -26,7 +26,7 @@ import java.util.List;
|
||||||
/**
|
/**
|
||||||
* <p>Helper class to extract binary package information.
|
* <p>Helper class to extract binary package information.
|
||||||
*/
|
*/
|
||||||
class Packages {
|
public class Packages {
|
||||||
|
|
||||||
private static final List<String> supportedExternalLibraries;
|
private static final List<String> supportedExternalLibraries;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user