Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Apr 14, 2016
1 parent f382dc8 commit ea99f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.0.1"
ext.kotlin_version = "1.0.1-2"
repositories {
mavenCentral()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class OwnLocationOverlay(context: Context, mapView: OwnMapView) : ItemizedOverla
private val sizeFactor: Float

private var zoomLevel: Int = 0

val locationEventConsumer: (LocationEvent) -> Unit = { event ->
val location = event.location

Expand All @@ -53,7 +54,6 @@ class OwnLocationOverlay(context: Context, mapView: OwnMapView) : ItemizedOverla
}

init {

layerOverlayComponent = LayerOverlayComponent(context.resources.getString(R.string.own_location_layer))

item = null
Expand Down

0 comments on commit ea99f75

Please sign in to comment.