Skip to content

Commit

Permalink
Version v1.164
Browse files Browse the repository at this point in the history
- 47acd70 Changing map conrols from dark blue to app color (yellow)
    - [CSS] Use app colors for the map controls #197
  • Loading branch information
Travis-CI committed Nov 1, 2018
1 parent fa3b9c0 commit a66ded2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Settings {

private static final String PLANT_STORAGE_DIRECTORY_NAME = "eu.quelltext.mundraub";
public static final String INVALID_HASH = "0000000000000000000000000000000000000000";
public static final String COMMIT_HASH = INVALID_HASH;
public static final String COMMIT_HASH = "fa3b9c05244da653f1fb4845f23e8ce46c2940a2";
private static final String PERMISSION_PREFIX = "askForPermission_";
public static int COMMIT_SUCCESSFUL = ChangeListener.SETTINGS_CAN_CHANGE;

Expand Down

0 comments on commit a66ded2

Please sign in to comment.