Skip to content

Commit 3f5f1c4

Browse files
Update all dependencies
1 parent 993697a commit 3f5f1c4

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- uses: gradle/actions/wrapper-validation@v4
1515

1616
- name: Setup JDK

.github/workflows/dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Generate docs
2323
run: ./gradlew :dokkaHtmlMultiModule
2424
- name: Setup Pages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- uses: gradle/actions/wrapper-validation@v4
1616

1717
- name: Setup JDK

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
activity = "1.10.1"
33
activityCompose = "1.10.1"
44
adobeAnalytics = "3.0.2"
5-
agp = "8.9.0"
6-
androidxComposeBom = "2025.03.00"
7-
androidxComposeFoundation = "1.7.8"
8-
androidxComposeMaterial3 = "1.3.1"
5+
agp = "8.12.0"
6+
androidxComposeBom = "2025.08.00"
7+
androidxComposeFoundation = "1.9.0"
8+
androidxComposeMaterial3 = "1.3.2"
99
anylytics = "0.0.1"
10-
appcompat = "1.7.0"
10+
appcompat = "1.7.1"
1111
constraintlayout = "2.2.1"
12-
coreKtx = "1.15.0"
12+
coreKtx = "1.17.0"
1313
dokka = "2.0.0"
14-
firebaseAnalytics = "22.3.0"
15-
googleGmsGoogleServices = "4.4.2"
16-
hiltAndroid = "2.55"
14+
firebaseAnalytics = "23.0.0"
15+
googleGmsGoogleServices = "4.4.3"
16+
hiltAndroid = "2.57"
1717
javaxInject = "1"
1818
kotlin = "2.1.10"
1919
kotlinxSerializationJson = "1.8.0"
2020
kspVersion = "2.1.10-1.0.31"
21-
lifecycleRuntimeKtx = "2.8.7"
21+
lifecycleRuntimeKtx = "2.9.2"
2222
material = "1.12.0"
23-
mavenPublish = "0.31.0"
23+
mavenPublish = "0.34.0"
2424

2525
[libraries]
2626
adobe-analytics = { group = "com.adobe.marketing.mobile", name = "analytics", version.ref = "adobeAnalytics" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)