Skip to content

Commit

Permalink
config parser: temporarily disable stub definition checks on dev builds
Browse files Browse the repository at this point in the history
These checks need to be updated.
  • Loading branch information
muhomorr authored and thestinger committed Oct 16, 2024
1 parent 9b93cbc commit 0a379f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/grapheneos/gmscompat/GmsCompatConfigParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class GmsCompatConfigParser {
private static final String TAG = "GmsCompatConfigParser";

private final boolean strict = Build.isDebuggable() && Build.VERSION.SDK_INT >= 33;
private final boolean strict = false;
private boolean invalid;

private GmsCompatConfigParser() {}
Expand Down

0 comments on commit 0a379f5

Please sign in to comment.