Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelillahbel committed Aug 29, 2024
1 parent 072360d commit fbe94a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# My-Portfolio Android App
# SkillSnap Android App

My-Portfolio is an open-source Android application designed to help users easily create and manage
SkillSnap is an open-source Android application designed to help users easily create and manage
their portfolios. The app provides a personalized portfolio with a unique URL, SEO-ready pages, and
user-controlled data. It supports both light and dark modes, making it visually appealing on any
device.
Expand Down Expand Up @@ -36,7 +36,7 @@ device.

## Getting Started

1. **Clone the repo**: `git clone https://github.com/abdelillahbel/my-portfolio-android-app.git`
1. **Clone the repo**: `git clone https://github.com/abdelillahbel/SkillSnapAndroid.git`
2. **Open in Android Studio**: Import the project into Android Studio.
3. **Build & Run**: Build the app and run it on your device or emulator.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
applicationId = "dev.devunion.myportfolio"
minSdk = 24
targetSdk = 34
versionCode = 1
versionCode = 2
versionName = "0.0.2-alpha"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit fbe94a7

Please sign in to comment.