Skip to content

Commit ffe1d6e

Browse files
feat: add content to readme and increase version number (#104)
1 parent db9e7f1 commit ffe1d6e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Jaame Sokahn
1+
# Jaame Sokhan
22

3-
This is the source code to Jamme Sokahn Android application, written in Kotlin, using Jetpack Compose for UI.
4-
We have used MVVM architecture and Hilt for dependency injection.
3+
This is the source code to Jaame Sokhan Android application, written in Kotlin, using Jetpack Compose for UI.
4+
We have used MVVM architecture and Hilt for dependency injection.
5+
6+
## Data Source
7+
The source for our data comes from the free and opensource Ganjoor Database. Also, for fetching Audios, we
8+
use api calls to Ganjoor.
9+
10+
The source of our dictionary, is currently from (this repository)[https://github.com/foss4/farhang-backend/blob/master/farhang.psql].

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
applicationId = "ir.jaamebaade.jaamebaade_client"
1616
minSdk = 27
1717
targetSdk = 34
18-
versionCode = 1
18+
versionCode = 2
1919
versionName = "1.0"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)