Skip to content

Commit 39073e9

Browse files
Update version and changelog for v5.0.2
This commit updates the application version to 5.0.2 and versionCode to 42. The changelog for v5.0.2 includes: - New font styling and improved code visualization. - Google Sans Code set as the default font. - Added a search function for lessons. - Optimized app performance. - Updated components for better compatibility.
1 parent f9bb153 commit 39073e9

File tree

3 files changed

+80
-49
lines changed

3 files changed

+80
-49
lines changed

.idea/workspace.xml

Lines changed: 74 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Version 5.0.3:
2-
3-
- Improved lesson UI with a top app bar and share action in the Start a New Project tutorial.
4-
- Added translations for the Start a New Project lesson across supported languages.
5-
- Removed Google Play Instant Apps integration ahead of its deprecation in December 2025.
6-
71
# Version 5.0.2:
82

9-
- Added new font style and visualization for the codes
10-
- Updated small components for better compatibiliy.
3+
- **Major**: Introduced new font styling and improved code visualization.
4+
- **Minor**: Set **Google Sans Code** as the default font.
5+
- **Minor**: Added a search function for lessons.
6+
- **Patch**: Optimized app performance for smoother operation.
7+
- **Patch**: Updated several components to improve compatibility.
118

129
# Version 5.0.1:
1310

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId 'com.d4rk.androidtutorials.java'
1414
minSdk 23
1515
targetSdk 36
16-
versionCode 41
16+
versionCode 42
1717
versionName '5.0.2'
1818
vectorDrawables.useSupportLibrary = true
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

0 commit comments

Comments
 (0)