diff --git a/app/src/main/java/dev/georgekazan/lifttrack/MainActivity.java b/app/src/main/java/dev/georgekazan/lifttrack/MainActivity.java index 9e5dcd8..2e38bcb 100644 --- a/app/src/main/java/dev/georgekazan/lifttrack/MainActivity.java +++ b/app/src/main/java/dev/georgekazan/lifttrack/MainActivity.java @@ -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; } diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..3d2e1e6 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..4aa96ec Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..d28d201 Binary files /dev/null and b/screenshots/3.png differ