We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0654fa2 commit 7d5ca52Copy full SHA for 7d5ca52
mobile_app1/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
classpath "com.android.tools.build:gradle:${providers.systemProperty("agpVersion").forUseAtConfigurationTime().orNull ?: '4.2.0-beta04'}"
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10
if ((providers.systemProperty('okbuck.wrapper').forUseAtConfigurationTime().orNull ?: 'false').toBoolean()) {
11
- classpath "com.uber:okbuck:0.52.0"
+ classpath "com.uber:okbuck:0.52.3"
12
}
13
14
0 commit comments