diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2015-12-10 18:59:49 -0800 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2015-12-11 09:11:26 -0800 |
commit | 18d451f3930d231f0c1f2ebca4124fe0dec4ee4a (patch) | |
tree | 290ccf1dc5729ed60e155012b441ee08f0870c32 /android | |
parent | 09bf5570e18204f8aa83dd802422c5755acd8462 (diff) | |
download | qtlocation-mapboxgl-18d451f3930d231f0c1f2ebca4124fe0dec4ee4a.tar.gz |
[android] #3238 inconsistent package name
Diffstat (limited to 'android')
-rw-r--r-- | android/MapboxGLAndroidSDKTestApp/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/MapboxGLAndroidSDKTestApp/build.gradle b/android/MapboxGLAndroidSDKTestApp/build.gradle index 54b7a3b1dc..e5db90adc6 100644 --- a/android/MapboxGLAndroidSDKTestApp/build.gradle +++ b/android/MapboxGLAndroidSDKTestApp/build.gradle @@ -39,7 +39,7 @@ android { buildToolsVersion "23.0.2" defaultConfig { - applicationId "com.mapbox.mapboxgl.testapp" + applicationId "com.mapbox.mapboxsdk.testapp" minSdkVersion 15 targetSdkVersion 23 versionCode 6 |