Skip to content

Commit 39367f4

Browse files
committed
make public the BuildConfig class
1 parent 075b028 commit 39367f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

auth0/src/main/java/com/auth0/BuildConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package com.auth0;
22

3-
abstract class BuildConfig {
4-
5-
private BuildConfig() {}
3+
public abstract class BuildConfig {
64

75
/**
86
* Version of auth0-java

0 commit comments

Comments
 (0)