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 d52c055 commit 5d3bef2Copy full SHA for 5d3bef2
tinker-build/tinker-patch-gradle-plugin/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
implementation localGroovy()
12
// implementation fileTree(dir: 'libs', include: ['*.jar'])
13
implementation project(':tinker-build:tinker-patch-lib')
14
- implementation 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
+ implementation 'com.google.gradle:osdetector-gradle-plugin:1.7.0'
15
implementation 'commons-codec:commons-codec:1.10'
16
compileOnly 'com.android.tools.build:gradle:4.2.0'
17
}
0 commit comments