Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedrznr committed Oct 27, 2023
1 parent 8f477e2 commit 7892fa8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Surface
import androidx.compose.ui.Modifier
import androidx.compose.ui.modifier.modifierLocalConsumer
import com.google.android.gms.maps.model.LatLng
import com.google.maps.android.compose.GoogleMap
import com.starcoder.drawroutecompose.DrawRoutes
import com.starcoder.drawroutecompose.route.DrawRoutes
import com.starcoder.drawrouteonmap.ui.theme.DrawRouteOnMapTheme

class MainActivity : ComponentActivity() {
Expand Down
2 changes: 1 addition & 1 deletion drawRouteCompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.github.saeedrznr"
artifactId = "DrawRouteOnMap"
version = "0.0.0"
version = "0.0.1"

afterEvaluate {
from(components["release"])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.starcoder.drawroutecompose
package com.starcoder.drawroutecompose.route

import android.util.Log
import com.google.android.gms.maps.model.LatLng
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.starcoder.drawroutecompose
package com.starcoder.drawroutecompose.route


import androidx.compose.runtime.Composable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.starcoder.drawroutecompose
package com.starcoder.drawroutecompose.route

import com.google.android.gms.maps.model.LatLng
import com.starcoder.drawroutecompose.model.Route
Expand Down

0 comments on commit 7892fa8

Please sign in to comment.