Skip to content

Commit 5d3bef2

Browse files
committed
[tinker] Update osdetector plugin to adapt to new Gradle version.
1 parent d52c055 commit 5d3bef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinker-build/tinker-patch-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation localGroovy()
1212
// implementation fileTree(dir: 'libs', include: ['*.jar'])
1313
implementation project(':tinker-build:tinker-patch-lib')
14-
implementation 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
14+
implementation 'com.google.gradle:osdetector-gradle-plugin:1.7.0'
1515
implementation 'commons-codec:commons-codec:1.10'
1616
compileOnly 'com.android.tools.build:gradle:4.2.0'
1717
}

0 commit comments

Comments
 (0)