Skip to content

Commit

Permalink
[tinker] Update osdetector plugin to adapt to new Gradle version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tys282000 committed Jan 18, 2024
1 parent d52c055 commit 5d3bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinker-build/tinker-patch-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation localGroovy()
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':tinker-build:tinker-patch-lib')
implementation 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
implementation 'com.google.gradle:osdetector-gradle-plugin:1.7.0'
implementation 'commons-codec:commons-codec:1.10'
compileOnly 'com.android.tools.build:gradle:4.2.0'
}
Expand Down

0 comments on commit 5d3bef2

Please sign in to comment.