diff --git a/android/3rd_party/gson-altered-2.2.4.jar b/android/3rd_party/gson-altered-2.2.4.jar deleted file mode 100644 index 382a0a1acc..0000000000 Binary files a/android/3rd_party/gson-altered-2.2.4.jar and /dev/null differ diff --git a/android/build.gradle b/android/build.gradle index 2722e59a69..b7ddaa0b39 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,6 +11,7 @@ buildscript { allprojects { repositories { jcenter() + mavenCentral() } } @@ -31,6 +32,7 @@ dependencies { compile 'com.facebook.android:facebook-android-sdk:4.6.0' compile 'com.parse.bolts:bolts-android:1.2.1' compile 'com.parse:parse-android:1.10.2' + compile 'com.google.code.gson:gson:2.4' compile fileTree(dir: '3rd_party', include: '*.jar') // BottomSheet compile project(":3rd_party:BottomSheet") diff --git a/android/src/com/mapswithme/maps/MwmApplication.java b/android/src/com/mapswithme/maps/MwmApplication.java index dd793893e7..df5f148a49 100644 --- a/android/src/com/mapswithme/maps/MwmApplication.java +++ b/android/src/com/mapswithme/maps/MwmApplication.java @@ -8,7 +8,7 @@ import android.text.TextUtils; import android.text.format.DateUtils; import android.util.Log; -import com.google.gsonaltered.Gson; +import com.google.gson.Gson; import com.mapswithme.country.ActiveCountryTree; import com.mapswithme.country.CountryItem; import com.mapswithme.maps.ads.LikesManager; diff --git a/android/src/com/mapswithme/util/sharing/SharingTarget.java b/android/src/com/mapswithme/util/sharing/SharingTarget.java index bf5ce9368d..efa4c45b41 100644 --- a/android/src/com/mapswithme/util/sharing/SharingTarget.java +++ b/android/src/com/mapswithme/util/sharing/SharingTarget.java @@ -6,7 +6,7 @@ import android.graphics.drawable.Drawable; import android.support.annotation.NonNull; import android.text.TextUtils; -import com.google.gsonaltered.annotations.SerializedName; +import com.google.gson.annotations.SerializedName; import com.mapswithme.util.Gsonable; public class SharingTarget implements Gsonable, Comparable diff --git a/data/copyright.html b/data/copyright.html index af5a5926d3..f1d0943b7b 100644 --- a/data/copyright.html +++ b/data/copyright.html @@ -167,6 +167,9 @@
  • Bolts Framework
    © 2013-present, Facebook, Inc.; BSD License
  • +
  • Gson
    + © 2008 Google Inc.; Apache License
  • +
  • Linear Layout Manager
    © 2014 serso aka se.solovyev; Apache License