We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226a32 commit edbdbe5Copy full SHA for edbdbe5
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
applicationId 'com.d4rk.androidtutorials.java'
14
minSdk 23
15
targetSdk 36
16
- versionCode 42
+ versionCode 43
17
versionName '5.0.2'
18
vectorDrawables.useSupportLibrary = true
19
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
gradle/libs.versions.toml
@@ -29,8 +29,8 @@ multidex = "2.0.1"
29
playServicesAds = "24.5.0"
30
codeview = "1.3.9"
31
hilt = "2.57.1"
32
-room = "2.6.1"
33
-glide = "4.16.0"
+room = "2.7.2"
+glide = "5.0.4"
34
35
[libraries]
36
aboutlibraries = { module = "com.mikepenz:aboutlibraries", version.ref = "aboutlibraries" }
0 commit comments