Skip to content

Commit a310b52

Browse files
author
Langston Smith
committed
[geojson] move gson package to com.mapbox.geojson.internal
1 parent 35331e0 commit a310b52

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=4.10.0-SNAPSHOT
2+
VERSION_NAME=4.10.0
33

44
# Specifies the JVM arguments used for the daemon process.
55
# The setting is particularly useful for tweaking memory settings.

services-geojson/src/main/java/com/mapbox/geojson/GeometryAdapterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import com.google.gson.TypeAdapterFactory;
66

7-
import com.google.gson.typeadapters.RuntimeTypeAdapterFactory;
7+
import com.mapbox.geojson.internal.typeadapters.RuntimeTypeAdapterFactory;
88

99
/**
1010
* A Geometry type adapter factory for convenience for serialization/deserialization.

services-geojson/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java renamed to services-geojson/src/main/java/com/mapbox/geojson/internal/typeadapters/RuntimeTypeAdapterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gson.typeadapters;
17+
package com.mapbox.geojson.internal.typeadapters;
1818

1919
import android.support.annotation.Keep;
2020

services-geojson/src/main/java/com/google/gson/typeadapters/package-info.java renamed to services-geojson/src/main/java/com/mapbox/geojson/internal/typeadapters/package-info.java

File renamed without changes.

0 commit comments

Comments
 (0)