Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jyuesong committed Oct 10, 2016
1 parent 5f13539 commit cc8e7a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

public class RomUtil {
private static Target mTarget = Target.MIUI;
private static Target mTarget = null;
private static final String KEY_EMUI_VERSION_CODE = "ro.build.version.emui";
private static final String KEY_MIUI_VERSION_CODE = "ro.miui.ui.version.code";
private static final String KEY_MIUI_VERSION_NAME = "ro.miui.ui.version.name";
Expand Down

0 comments on commit cc8e7a9

Please sign in to comment.