Skip to content
Closed
Prev Previous commit
Next Next commit
empty commit
  • Loading branch information
kesha-antonov committed Jul 11, 2017
commit 906f694d8cbcfb52323a09cc2b6aa19368bb9adc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ enum CpuArch {
ARMv7("51cbc41b813661305ee58652a1c36d8bb0141467"),
NONE(null);


private String sha1;

CpuArch(String sha1) {
Expand Down