Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit ea95974

Browse files
committed
Make public
1 parent 4460cdf commit ea95974

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

querylite/src/main/java/com/g4s8/querylite/TableSqlite.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import android.database.Cursor;
44
import android.database.sqlite.SQLiteDatabase;
5+
import android.support.annotation.Keep;
56
import android.support.annotation.NonNull;
67
import android.support.annotation.Nullable;
78
import java.util.Arrays;
@@ -13,7 +14,8 @@
1314
*
1415
* @since 1.0
1516
*/
16-
final class TableSqlite implements Table {
17+
@Keep
18+
public final class TableSqlite implements Table {
1719

1820
private final String table;
1921
private final SQLiteDatabase database;

0 commit comments

Comments
 (0)