Skip to content

Commit 8c87c90

Browse files
Chore: Bump app version to 5.0.4
This commit increments the app's version information. The `versionCode` has been updated from 56 to 57, and the `versionName` has been changed from '5.0.3' to '5.0.4'.
1 parent 70a5a5e commit 8c87c90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 5.0.4:
2+
- **Patch**: Updated components to improve compatibility.
3+
14
# Version 5.0.3:
25

36
- **New**: Introduced a lesson on using Spinner for dynamic selection in apps.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.d4rk.androidtutorials.java'
1414
minSdk 23
1515
targetSdk 36
16-
versionCode 56
17-
versionName '5.0.3'
16+
versionCode 57
17+
versionName '5.0.4'
1818
vectorDrawables.useSupportLibrary = true
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2020
resourceConfigurations += [

0 commit comments

Comments
 (0)