Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Nov 5, 2024
1 parent fd257fa commit f970635
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class AffectedModuleDetectorIntegrationTest {
| jcenter()
| }
| dependencies {
| classpath "com.android.tools.build:gradle:4.1.0"
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
| classpath "com.android.tools.build:gradle:8.6.1"
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
| }
|}
|plugins {
Expand All @@ -81,8 +81,7 @@ class AffectedModuleDetectorIntegrationTest {
| id 'kotlin-android'
| }
| android {
| compileSdkVersion 30
| buildToolsVersion "30.0.2"
| compileSdkVersion 34
| }
| dependencies {
| implementation project(":sample-core")
Expand All @@ -98,8 +97,7 @@ class AffectedModuleDetectorIntegrationTest {
| assembleAndroidTestTask = "assembleAndroidTest"
| }
| android {
| compileSdkVersion 30
| buildToolsVersion "30.0.2"
| compileSdkVersion 34
| }""".trimMargin()
)

Expand Down Expand Up @@ -138,8 +136,8 @@ class AffectedModuleDetectorIntegrationTest {
| jcenter()
| }
| dependencies {
| classpath "com.android.tools.build:gradle:4.1.0"
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
| classpath "com.android.tools.build:gradle:8.6.1"
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
| }
|}
|plugins {
Expand All @@ -162,8 +160,7 @@ class AffectedModuleDetectorIntegrationTest {
| id 'kotlin-android'
| }
| android {
| compileSdkVersion 30
| buildToolsVersion "30.0.2"
| compileSdkVersion 34
| }
| dependencies {
| implementation project(":sample-core")
Expand All @@ -179,8 +176,7 @@ class AffectedModuleDetectorIntegrationTest {
| assembleAndroidTestTask = "assembleAndroidTest"
| }
| android {
| compileSdkVersion 30
| buildToolsVersion "30.0.2"
| compileSdkVersion 34
| }""".trimMargin()
)

Expand Down

0 comments on commit f970635

Please sign in to comment.