Skip to content

Commit 7c762b2

Browse files
author
Mihai-Cristian Condrea
committed
chore: Release 5.1.0
- Updated versionCode to 63 and versionName to "5.1.0". - Updated changelog for version 5.1.0.
1 parent a3ebd84 commit 7c762b2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Version 5.1.0:
2-
- Fixed lessons not loading, added a new api for that that is more dynamic
3-
- Fixed the entire project building, now it should work with no problems and see the lessons
4-
- Updated the project's dependencies
5-
- Added a new about libraries screen with eula and changelog info
6-
- Removed unused stuff from the project, now the app should be more clear
7-
- backported the app to support android 6 or higher instead of android 8 and higher
8-
-
2+
- **Major**: Fixed lessons not loading by integrating a more dynamic and robust API for lesson retrieval. Lessons now load seamlessly without issues.
3+
- **Major**: Resolved all build issues, ensuring the entire project builds correctly and functions as expected. The app is now fully operational and lessons are accessible.
4+
- **Major**: Introduced a new **About Libraries** screen, featuring detailed EULA and changelog information to enhance transparency and user trust.
5+
- **Minor**: Updated all project dependencies to their latest versions, ensuring improved compatibility and stability.
6+
- **Minor**: Removed unused components and legacy code, simplifying the project structure and making the app more streamlined and efficient.
7+
- **Minor**: Backported the app to support devices running Android 6.0 (Marshmallow) or higher, expanding compatibility for a wider audience.
8+
- **Minor**: Added support for additional languages in localized strings, providing a more inclusive experience for users worldwide.
99

1010
# Version 5.0.0:
1111
- **Major**: This release brings significant improvements to the app's core functionality, user experience, and architecture.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "com.d4rk.englishwithlidia.plus"
1717
minSdk = 23
1818
targetSdk = 35
19-
versionCode = 62
20-
versionName = "5.0.0"
19+
versionCode = 63
20+
versionName = "5.1.0"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
resourceConfigurations += listOf(
2323
"en" ,

0 commit comments

Comments
 (0)