summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2018-02-13 12:23:17 +0100
committerGitHub <noreply@github.com>2018-02-13 12:23:17 +0100
commitb8240f725cbfdb4b5369b050c933acdd4e42b705 (patch)
tree09e475b8a66c020e6eedd13ea7e196e78626e242 /platform/android/build.gradle
parentff747a8c53805a270451cd6052d02073e45546a7 (diff)
downloadqtlocation-mapboxgl-b8240f725cbfdb4b5369b050c933acdd4e42b705.tar.gz
[android] Integration of the new events library (#10999) (#11183)
* [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 0368558e92..6cd9505447 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -11,6 +11,7 @@ buildscript {
allprojects {
repositories {
+ mavenCentral()
jcenter()
google()
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }