File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- # Jaame Sokahn
1
+ # Jaame Sokhan
2
2
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 ] .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
15
15
applicationId = " ir.jaamebaade.jaamebaade_client"
16
16
minSdk = 27
17
17
targetSdk = 34
18
- versionCode = 1
18
+ versionCode = 2
19
19
versionName = " 1.0"
20
20
21
21
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments