Skip to content

Commit 735f4b3

Browse files
author
Mihai-Cristian Condrea
committed
chore: Bump version and update dependencies
- Bumps app version from 5.0.2 to 5.0.3. - Updates Material Design Components dependency to 1.14.0-alpha05. - Updates Navigation UI to 2.9.5. - Updates Room to 2.8.1.
1 parent 9d02adb commit 735f4b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 51
17-
versionName '5.0.2'
16+
versionCode 52
17+
versionName '5.0.3'
1818
vectorDrawables.useSupportLibrary = true
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2020
resourceConfigurations += ['en', 'de', 'es', 'fr', 'hi', 'hu', 'in', 'it', 'ja', 'ro', 'ru', 'tr', 'sv', 'bg', 'pl', 'uk']

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ lifecycle = "2.9.4"
1919
lottie = "6.6.9"
2020
mockitoCore = "5.19.0"
2121
mockitoInline = "5.2.0"
22-
navigationUi = "2.9.4"
22+
navigationUi = "2.9.5"
2323
preference = "1.2.1"
2424
review = "2.0.2"
2525
volley = "1.2.1"
2626
coreKtx = "1.17.0"
27-
material = "1.14.0-alpha04"
27+
material = "1.14.0-alpha05"
2828
multidex = "2.0.1"
2929
playServicesAds = "24.6.0"
3030
playServicesOssLicenses = "17.3.0"
3131
codeview = "1.3.9"
3232
hilt = "2.57.1"
33-
room = "2.8.0"
33+
room = "2.8.1"
3434
glide = "5.0.5"
3535
retrofit = "3.0.0"
3636

0 commit comments

Comments
 (0)