Skip to content

Commit e92d1f0

Browse files
Chore: Bump app version and update dependencies
This commit increments the app version and updates several dependencies. - **App Version**: The `versionCode` is updated from 57 to 58, and the `versionName` is changed from '5.0.4' to '5.0.5'. - **Dependency Updates**: - `firebaseBom` to `34.5.0` - `lottie` to `6.7.1`
1 parent 8c87c90 commit e92d1f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 57
17-
versionName '5.0.4'
16+
versionCode 58
17+
versionName '5.0.5'
1818
vectorDrawables.useSupportLibrary = true
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2020
resourceConfigurations += [

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ constraintlayout = "2.2.1"
1010
coreSplashscreen = "1.0.1"
1111
core = "4.6.2"
1212
coreTesting = "2.2.0"
13-
firebaseBom = "34.4.0"
13+
firebaseBom = "34.5.0"
1414
gridlayout = "1.1.0"
1515
junit = "4.13.2"
1616
library = "1.3.0"
1717
libraryVersion = "1.4.0"
1818
lifecycle = "2.9.4"
19-
lottie = "6.6.10"
19+
lottie = "6.7.1"
2020
mockitoCore = "5.20.0"
2121
mockitoInline = "5.2.0"
2222
navigationUi = "2.9.5"

0 commit comments

Comments
 (0)