Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
insanecoder02 committed Dec 13, 2023
1 parent abff008 commit 9bd2a3d
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions app/src/main/res/values/contributors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Hello contributors!!!
welcome to your first task
This file contains the list of all the Participants who participated in contributing to Geekhaven-Community-App
Add your name in this file in the following format-
<participant>
<name>Participant Name</name>
<github_id>GitHub User ID</github_id>
</participant>
all the participants information must be inside the participant item.
An example is provided for your reference.-->
<resources>

<item name="participant" type="string">
<participant>
<name>Ishant Kumawat</name>
<github_id>insanecoder02</github_id>
</participant>

<participant>
<name>Gaurav Chhetri</name>
<github_id>Muffinboy19</github_id>
</participant>

</item>
</resources>

0 comments on commit 9bd2a3d

Please sign in to comment.