1
1
[versions ]
2
2
3
- compose = " 1.7.0-alpha02 "
3
+ compose = " 1.7.0-beta07 "
4
4
composeCompiler = " 1.5.8"
5
5
composeMaterial3 = " 1.0.1"
6
6
composesnapshot = " -" # a single character = no snapshot
7
7
8
8
dokka = " 1.8.10"
9
9
10
10
# gradlePlugin and lint need to be updated together
11
- gradlePlugin = " 8.2 .2"
11
+ gradlePlugin = " 8.5 .2"
12
12
lintMinCompose = " 30.0.0"
13
13
14
14
ktlint = " 0.45.2"
@@ -18,8 +18,8 @@ okhttp = "3.12.13"
18
18
coil = " 1.3.2"
19
19
20
20
androidlint = " 25.3.0"
21
- androidxtest = " 1.4.0 "
22
- androidxnavigation = " 2.7.0-alpha01 "
21
+ androidxtest = " 1.6.1 "
22
+ androidxnavigation = " 2.7.7 "
23
23
androidxWindow = " 1.0.0"
24
24
25
25
metalava = " 0.3.2"
@@ -68,8 +68,8 @@ coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
68
68
69
69
androidx-appcompat = " androidx.appcompat:appcompat:1.4.2"
70
70
androidx-core = " androidx.core:core-ktx:1.8.0"
71
- androidx-activity-compose = " androidx.activity:activity-compose:1.7.2 "
72
- androidx-fragment = " androidx.fragment:fragment-ktx:1.5 .1"
71
+ androidx-activity-compose = " androidx.activity:activity-compose:1.9.0 "
72
+ androidx-fragment = " androidx.fragment:fragment-ktx:1.8 .1"
73
73
androidx-dynamicanimation = " androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
74
74
androidx-lifecycle-runtime = " androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
75
75
androidx-lifecycle-viewmodel-compose = " androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
@@ -82,19 +82,18 @@ androidx-navigation-testing = { module = "androidx.navigation:navigation-testing
82
82
83
83
mdc = " com.google.android.material:material:1.8.0"
84
84
85
- androidx-test-core = " androidx.test:core-ktx:1.5.0-alpha02 "
86
- androidx-test-runner = " androidx.test:runner:1.5.0-alpha04 "
85
+ androidx-test-core = " androidx.test:core-ktx:1.6.1 "
86
+ androidx-test-runner = " androidx.test:runner:1.6.1 "
87
87
androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidxtest" }
88
- androidx-test-orchestrator = " androidx.test:orchestrator:1.4.1 "
89
- androidx-test-uiAutomator = " androidx.test.uiautomator:uiautomator:2.2 .0"
88
+ androidx-test-orchestrator = " androidx.test:orchestrator:1.5.0 "
89
+ androidx-test-uiAutomator = " androidx.test.uiautomator:uiautomator:2.3 .0"
90
90
91
- # alpha for robolectric x compose fix
92
- androidx-test-espressoCore = " androidx.test.espresso:espresso-core:3.5.1"
93
- androidx-test-espressoWeb = " androidx.test.espresso:espresso-web:3.5.1"
91
+ androidx-test-espressoCore = " androidx.test.espresso:espresso-core:3.6.1"
92
+ androidx-test-espressoWeb = " androidx.test.espresso:espresso-web:3.6.1"
94
93
95
94
junit = " junit:junit:4.13.2"
96
- truth = " com.google.truth:truth:1.1.2 "
97
- robolectric = " org.robolectric:robolectric:4.9 "
95
+ truth = " com.google.truth:truth:1.1.3 "
96
+ robolectric = " org.robolectric:robolectric:4.12.1 "
98
97
99
98
affectedmoduledetector = " com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.2"
100
99
@@ -103,7 +102,7 @@ android-tools-lint-lint = { module = "com.android.tools.lint:lint", version.ref
103
102
android-tools-lint-api = { module = " com.android.tools.lint:lint-api" , version.ref = " lintMinCompose" }
104
103
android-tools-lint-tests = { module = " com.android.tools.lint:lint-tests" , version.ref = " lintMinCompose" }
105
104
106
- squareup-mockwebserver = " com.squareup.okhttp3:mockwebserver:4.9.3 "
105
+ squareup-mockwebserver = " com.squareup.okhttp3:mockwebserver:4.10.0 "
107
106
108
107
[plugins ]
109
108
android-application = { id = " com.android.application" , version.ref = " gradlePlugin" }
0 commit comments