Skip to content

Commit edbdbe5

Browse files
author
Mihai-Cristian Condrea
committed
feat: Update dependencies and increment version code
1 parent 2226a32 commit edbdbe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 42
16+
versionCode 43
1717
versionName '5.0.2'
1818
vectorDrawables.useSupportLibrary = true
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ multidex = "2.0.1"
2929
playServicesAds = "24.5.0"
3030
codeview = "1.3.9"
3131
hilt = "2.57.1"
32-
room = "2.6.1"
33-
glide = "4.16.0"
32+
room = "2.7.2"
33+
glide = "5.0.4"
3434

3535
[libraries]
3636
aboutlibraries = { module = "com.mikepenz:aboutlibraries", version.ref = "aboutlibraries" }

0 commit comments

Comments
 (0)