Skip to content

Commit ee262c8

Browse files
committed
fix plugin urls
1 parent 221efce commit ee262c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

methodhook/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ gradlePlugin {
6565
}
6666

6767
gradlePlugin {
68-
website.set("https://github.com/AleksRychkov/android-method-hook-plugin")
69-
vcsUrl.set("https://github.com/AleksRychkov/android-method-hook-plugin.git")
68+
website.set("https://github.com/aleksrychkov/android-method-hook-plugin")
69+
vcsUrl.set("https://github.com/aleksrychkov/android-method-hook-plugin.git")
7070
}

0 commit comments

Comments
 (0)