summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-02-19 15:20:13 +0100
committerTobrun <tobrun@mapbox.com>2016-02-19 15:53:18 +0100
commit6a2d910ccdb8a2521e1dbe4617e5bbdddb6cc4eb (patch)
tree79c6342111dfa1299b26fe77f5e73d8c1e2be152
parentd6970280299776e48cdabbb6cbcba2a1e9b53892 (diff)
downloadqtlocation-mapboxgl-6a2d910ccdb8a2521e1dbe4617e5bbdddb6cc4eb.tar.gz
[android] #4040 - disable resource prefix
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 7c16782f24..b9e294966e 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -67,7 +67,7 @@ android {
}
}
- resourcePrefix 'mapbox_'
+// resourcePrefix 'mapbox_'
}