We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669e27 commit 719b3daCopy full SHA for 719b3da
1 file changed
paparazzi-gradle-plugin/src/test/projects/verify-update-aar-resources-change/build.gradle
@@ -20,9 +20,9 @@ dependencies {
20
def isFirstRun = System.getProperty("isFirstRun", "false").toBoolean()
21
if (isFirstRun) {
22
implementation files('libs/external1.aar')
23
- implementation 'androidx.core:core:1.17.0'
+ implementation 'androidx.core:core:1.18.0'
24
} else {
25
implementation files('libs/external2.aar')
26
27
}
28
0 commit comments