Skip to content

Commit 79d7b41

Browse files
committed
Made some changes in the gradle properties
1 parent ea958b5 commit 79d7b41

File tree

3 files changed

+3
-332
lines changed

3 files changed

+3
-332
lines changed

.idea/other.xml

-329
This file was deleted.

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ datastorePreferences = "1.0.0"
1111
desugar_jdk_libs = "2.0.3"
1212
espresso-core = "3.6.1"
1313
google-gson = "2.10.1"
14-
gradle = "8.1.4"
14+
gradle = "8.9.0"
1515
hiltAndroid = "2.55"
1616
hiltNavigationCompose = "1.0.0"
1717
junit = "4.13.2"
@@ -27,7 +27,7 @@ runtimeLivedata = "1.5.3"
2727
bom = "2024.05.00"
2828
kotlinBom = "1.9.20"
2929
material3windowsize = "1.3.1"
30-
android-application = "8.3.2"
30+
android-application = "8.9.0"
3131
kotlin-android = "2.1.0"
3232
dagger-hilt-android = "2.55"
3333
devtools-ksp = "2.1.0-1.0.29"

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)