Skip to content

Commit

Permalink
Update MainActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWildanMD committed Jul 5, 2021
1 parent 7a32d7e commit 169b260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.

2 changes: 1 addition & 1 deletion app/src/main/java/com/dumper/memdumper/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MainActivity : AppCompatActivity(), Handler.Callback {
startActivity(
Intent(
ACTION_VIEW,
Uri.parse("")
Uri.parse("https://github.com/MrWildanMD/MemDumper")
)
)
}
Expand Down

0 comments on commit 169b260

Please sign in to comment.