Skip to content

Commit

Permalink
Fix Chamchamal prayer time on 29 Feb
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Feb 28, 2024
1 parent ec91cf8 commit ee6b7d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Most cities around the world find their prayer times by using some calculations

## Installation
```
implementation 'dev.kosrat:muslimdata:1.5.0'
implementation 'dev.kosrat:muslimdata:1.5.1'
```

## Usage
Expand Down
7 changes: 7 additions & 0 deletions muslim-data/src/main/assets/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the MuslimData database will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.1] - 2024-02-28

Bug fixes.

### Fixed
- Fix Chamchamal, IQ prayer time at 29 Feb which was added as 02-01.

## [1.4.0] - 2024-02-18

Update Sulaymaniyah governorate prayer times.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ internal interface MuslimDataDao {
AzkarReferenceTable::class,
AzkarReferenceTranslationTable::class
],
version = 12
version = 13
)
abstract class MuslimDataDatabase : RoomDatabase() {
internal abstract val muslimDataDao: MuslimDataDao
Expand All @@ -169,7 +169,7 @@ abstract class MuslimDataDatabase : RoomDatabase() {
context.applicationContext, MuslimDataDatabase::class.java,
"muslim_db.db"
)
.createFromAsset("database/muslim_db_v1.4.0.db")
.createFromAsset("database/muslim_db_v1.4.1.db")
.fallbackToDestructiveMigration()
.build()

Expand Down

0 comments on commit ee6b7d4

Please sign in to comment.