summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-11-27 17:10:46 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-11-27 17:32:09 +0200
commit4475f5486000bab8f1121f5cec6091bc04f165f1 (patch)
treec64367bc0335f340980c1682277665476c0dfe58 /android
parent873eabcf28e60ee8649d92a9c975904ec69cd222 (diff)
downloadqtlocation-mapboxgl-4475f5486000bab8f1121f5cec6091bc04f165f1.tar.gz
[android] Remove autogenerated file from tree
developer-config.xml gets generated on build time with the token set for the env var MAPBOX_ACCESS_TOKEN. Because the file was checked to the git repo, it was not being regenerated and thus, crashing the test app accusing no token set.
Diffstat (limited to 'android')
-rw-r--r--android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml b/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
deleted file mode 100644
index 02305f1feb..0000000000
--- a/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="access_token">null</string>
-</resources> \ No newline at end of file