Skip to content

Commit

Permalink
Merge pull request #247 from Eldar2021/rl/v1.3.2+11
Browse files Browse the repository at this point in the history
Release v1.3.2+11
  • Loading branch information
Eldar2021 authored Aug 21, 2024
2 parents a3cbe44 + b3e722d commit 07e5e2d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,26 @@
- Implement detect untranslated localizations
- Change module architecture (data & domain & presentation)
- Changed api to myquran.life

# What's Changed v1.3.2

## [Bug Fixes]

- Fixed MqRemoteClient unit tests

## [UX]

- Added Email OTP Authentication

## [Technical]

- Created MqRemoteClient package
- Created MqEither Package
- Implemented dio
- Bump Flutter v3.22.2
- Integrated FirebaseRemoteConfig
- Integrated FirebaseAnalytics
- Integrated Firebase Crashlytics
- Added mock data source to app module
- Added mock data to home module
- Added mock data to read and hatim modules
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
defaultConfig {
applicationId "com.alee.my_quran"
minSdkVersion 23 // flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34 // flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.3.1+10
version: 1.3.2+11

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 07e5e2d

Please sign in to comment.