diff --git a/README.md b/README.md index 3d81317..2f7c3a4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f43623a..bfee700 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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"