Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
- fix: minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
menion committed Apr 7, 2020
1 parent 081ae93 commit 9d03f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ indent_style = space
indent_size = 4
charset = utf-8

ij_any_else_on_new_line = true
ij_any_else_on_new_line = false
ij_any_block_comment_at_first_column = false
ij_any_line_comment_at_first_column = false
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.asamm.locus.addon.graphhopper">
package="com.asamm.locus.addon.graphhopper.library">

<!-- access to card -->
<uses-permission
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import android.widget.TextView
import androidx.appcompat.app.AppCompatActivity
import androidx.core.app.ActivityCompat
import androidx.core.content.ContextCompat
import com.asamm.locus.addon.graphhopper.library.R
import locus.api.utils.Logger
import java.io.File

Expand Down

0 comments on commit 9d03f2f

Please sign in to comment.