Skip to content

Commit 95f95a4

Browse files
author
“TechnourceDeveloper”
committed
Add application video and change github link
1 parent cf987cc commit 95f95a4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
18.8 MB
Binary file not shown.
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install Android Studio : Android Studio Dolphin | 2021.3.1 Patch 1
4848

4949
# Clone Project :
5050

51-
git clone https://github.com/TechnourceDeveloper/android_kotlin_boilerplate
51+
git clone https://github.com/TechnourceOfficial/Android_Kotlin_Boilerplate
5252
After cloning the project, you can open it in Android Studio by following these steps:
5353
1. Open Android Studio.
5454
2. Select "Open an existing Android Studio project" from the welcome screen.

app/src/main/java/com/technource/android/utils/Constant.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Constants {
88
const val LANGUAGE_CODE = "language_code"
99
const val IS_INTRO_SCREEN_DONE = "is_intro_screen_done"
1010
const val IS_LOGGED_IN = "is_logged_in"
11-
const val GIT_REPO_LINK = "https://github.com/TechnourceDeveloper/Android-Kotlin-Boilarplate"
11+
const val GIT_REPO_LINK = "https://github.com/TechnourceOfficial/Android-Kotlin-Boilarplate"
1212
const val ABOUT_US_LINK = "https://www.technource.com/services/"
1313
const val TERMS_CONDITION_LINK = "https://www.technource.com/terms-conditions/"
1414
const val PRIVACY_POLICY_LINK = "https://technource.com/privacy-policy/"

0 commit comments

Comments
 (0)