Skip to content

Commit fd86b63

Browse files
Update dependency androidx.core:core to v1.18.0
1 parent 12be704 commit fd86b63

File tree

1 file changed

+2
-2
lines changed
  • paparazzi-gradle-plugin/src/test/projects/verify-update-aar-resources-change

1 file changed

+2
-2
lines changed

paparazzi-gradle-plugin/src/test/projects/verify-update-aar-resources-change/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies {
2020
def isFirstRun = System.getProperty("isFirstRun", "false").toBoolean()
2121
if (isFirstRun) {
2222
implementation files('libs/external1.aar')
23-
implementation 'androidx.core:core:1.17.0'
23+
implementation 'androidx.core:core:1.18.0'
2424
} else {
2525
implementation files('libs/external2.aar')
26-
implementation 'androidx.core:core:1.17.0'
26+
implementation 'androidx.core:core:1.18.0'
2727
}
2828
}

0 commit comments

Comments
 (0)