Fix key in AndroidManifest.xml.in
[fw/altos] / altoslib / AltosVersion.java.in
index 050b9480d8e86b06467e7f65a14e21b181ee2a28..9ac94dcdec88acee9bf8b5fb67529e5066dacf47 100644 (file)
@@ -20,7 +20,7 @@ package org.altusmetrum.altoslib_10;
 public class AltosVersion {
        public final static String version = "@VERSION@";
 
-       public final static String google_maps_api_key = @GOOGLEKEY@;
+       public final static String google_maps_api_key = "@GOOGLEKEY@";
 
        public static boolean has_google_maps_api_key() {
                return google_maps_api_key != null && google_maps_api_key.length() > 1;