Clean up flavors by using buildConfigField

This commit is contained in:
TacoTheDank
2022-06-05 22:40:26 -04:00
committed by Cameron Gutman
parent 8dd8dbc1d1
commit b5b3d81f00
7 changed files with 10 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
package com.limelight;
public class LimelightBuildProps {
public static final boolean ROOT_BUILD = true;
}