This repository was archived by the owner on Nov 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/g4s8/querylite Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- -keepclasseswithmembers public class com.g4s8.querylite.* {
2- public *;
3- }
Original file line number Diff line number Diff line change 11package com .g4s8 .querylite ;
22
33import android .database .CursorWrapper ;
4+ import android .support .annotation .Keep ;
45import android .support .annotation .NonNull ;
56
67/**
78 * Cursor decorator for {@link Query}.
89 *
910 * @since 1.0
1011 */
12+ @ Keep
1113public final class CursorQuery extends CursorWrapper {
1214
1315 /**
Original file line number Diff line number Diff line change 11package com .g4s8 .querylite ;
22
33import android .database .Cursor ;
4+ import android .support .annotation .Keep ;
45import android .support .annotation .NonNull ;
56
67/**
78 * Fluent query for sqlite.
89 *
910 * @since 1.0
1011 */
12+ @ Keep
1113public interface Query {
1214
1315 /**
Original file line number Diff line number Diff line change 11package com .g4s8 .querylite ;
22
3+ import android .support .annotation .Keep ;
34import android .support .annotation .NonNull ;
45import java .util .Arrays ;
56import java .util .List ;
910 *
1011 * @since 1.0
1112 */
13+ @ Keep
1214public final class Select {
1315
1416 private final List <String > columns ;
Original file line number Diff line number Diff line change 11package com .g4s8 .querylite ;
22
33import android .database .Cursor ;
4+ import android .support .annotation .Keep ;
45import android .support .annotation .NonNull ;
56import java .util .List ;
67
910 *
1011 * @since 1.0
1112 */
13+ @ Keep
1214public interface Table {
1315
1416 /**
You can’t perform that action at this time.
0 commit comments