Skip to content

Commit 521a33a

Browse files
Merge pull request #9 from Esri/jonas/update-dependencies
Update dependencies
2 parents 005fe3b + 77f794d commit 521a33a

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ try {
2222

2323
android {
2424
namespace = "com.esri.logger.khronicle"
25-
compileSdk = 35
25+
compileSdk = 36
2626

2727
defaultConfig {
2828
minSdk = 24

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
agp = "8.9.3"
3-
appcompat = "1.7.0"
4-
coreKtx = "1.16.0"
5-
espressoCore = "3.6.1"
2+
agp = "8.12.1"
3+
appcompat = "1.7.1"
4+
coreKtx = "1.17.0"
5+
espressoCore = "3.7.0"
66
junit = "4.13.2"
7-
junitVersion = "1.2.1"
7+
junitVersion = "1.3.0"
88
jreleaser-plugin = "1.19.0"
9-
kotlin = "2.1.20"
10-
kotlinReflect = "2.1.0"
9+
kotlin = "2.2.10"
10+
kotlinReflect = "2.1.20"
1111
material = "1.12.0"
12-
mockkVersion = "1.13.13"
13-
robolectric = "4.14.1"
14-
slf4jApi = "2.0.16"
12+
mockkVersion = "1.14.5"
13+
robolectric = "4.15.1"
14+
slf4jApi = "2.0.17"
1515

1616
[libraries]
1717
android-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "agp" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#Mon Aug 25 11:25:14 CEST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
45
networkTimeout=10000
56
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)