Skip to content

Commit

Permalink
Update github link and upload screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gkazan committed Jun 2, 2021
1 parent e562a78 commit 4e62351
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
}

if (id == R.id.action_source) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/gkazan"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/gkazan/LiftTrack"));
startActivity(browserIntent);
return true;
}
Expand Down
Binary file added screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e62351

Please sign in to comment.