Skip to content

Commit f970635

Browse files
committed
Update tests
1 parent fd257fa commit f970635

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorIntegrationTest.kt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class AffectedModuleDetectorIntegrationTest {
6060
| jcenter()
6161
| }
6262
| dependencies {
63-
| classpath "com.android.tools.build:gradle:4.1.0"
64-
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
63+
| classpath "com.android.tools.build:gradle:8.6.1"
64+
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
6565
| }
6666
|}
6767
|plugins {
@@ -81,8 +81,7 @@ class AffectedModuleDetectorIntegrationTest {
8181
| id 'kotlin-android'
8282
| }
8383
| android {
84-
| compileSdkVersion 30
85-
| buildToolsVersion "30.0.2"
84+
| compileSdkVersion 34
8685
| }
8786
| dependencies {
8887
| implementation project(":sample-core")
@@ -98,8 +97,7 @@ class AffectedModuleDetectorIntegrationTest {
9897
| assembleAndroidTestTask = "assembleAndroidTest"
9998
| }
10099
| android {
101-
| compileSdkVersion 30
102-
| buildToolsVersion "30.0.2"
100+
| compileSdkVersion 34
103101
| }""".trimMargin()
104102
)
105103

@@ -138,8 +136,8 @@ class AffectedModuleDetectorIntegrationTest {
138136
| jcenter()
139137
| }
140138
| dependencies {
141-
| classpath "com.android.tools.build:gradle:4.1.0"
142-
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
139+
| classpath "com.android.tools.build:gradle:8.6.1"
140+
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
143141
| }
144142
|}
145143
|plugins {
@@ -162,8 +160,7 @@ class AffectedModuleDetectorIntegrationTest {
162160
| id 'kotlin-android'
163161
| }
164162
| android {
165-
| compileSdkVersion 30
166-
| buildToolsVersion "30.0.2"
163+
| compileSdkVersion 34
167164
| }
168165
| dependencies {
169166
| implementation project(":sample-core")
@@ -179,8 +176,7 @@ class AffectedModuleDetectorIntegrationTest {
179176
| assembleAndroidTestTask = "assembleAndroidTest"
180177
| }
181178
| android {
182-
| compileSdkVersion 30
183-
| buildToolsVersion "30.0.2"
179+
| compileSdkVersion 34
184180
| }""".trimMargin()
185181
)
186182

0 commit comments

Comments
 (0)