Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
update to MAS3.0-beta.4 (#11468)
Browse files Browse the repository at this point in the history
  • Loading branch information
osana authored and ivovandongen committed Mar 26, 2018
1 parent aca3d0c commit e1487ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void setGeoJson(Feature feature) {
*
* @param geometry the GeoJSON {@link Geometry} to set
*/
public void setGeoJson(Geometry<?> geometry) {
public void setGeoJson(Geometry geometry) {
nativeSetGeometry(geometry);
}

Expand Down Expand Up @@ -259,7 +259,7 @@ public List<Feature> querySourceFeatures(@Nullable Filter.Statement filter) {

private native void nativeSetFeature(Feature feature);

private native void nativeSetGeometry(Geometry<?> geometry);
private native void nativeSetGeometry(Geometry geometry);

private native Feature[] querySourceFeatures(Object[] filter);

Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
]

versions = [
mapboxServices : '3.0.0-beta.2',
mapboxServices : '3.0.0-beta.4',
mapboxTelemetry: '3.0.0-beta.1',
mapboxGestures : '0.1.0-20180227.133736-12',
supportLib : '25.4.0',
Expand Down

0 comments on commit e1487ae

Please sign in to comment.