Skip to content

Commit 7d5ca52

Browse files
Update okbuck to 0.52.3
1 parent 0654fa2 commit 7d5ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile_app1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
classpath "com.android.tools.build:gradle:${providers.systemProperty("agpVersion").forUseAtConfigurationTime().orNull ?: '4.2.0-beta04'}"
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
if ((providers.systemProperty('okbuck.wrapper').forUseAtConfigurationTime().orNull ?: 'false').toBoolean()) {
11-
classpath "com.uber:okbuck:0.52.0"
11+
classpath "com.uber:okbuck:0.52.3"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)