File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ typesafe = "1.4.2"
88junit = " 5.7.1"
99plugin-publish = " 1.2.1"
1010okhttp = " 4.12.0"
11+ methodhook = " 0.3"
1112
1213[plugins ]
1314agp = { id = " com.android.application" , version.ref = " agp" }
1415detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
1516kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
1617kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
1718plugin-publish = { id = " com.gradle.plugin-publish" , version.ref = " plugin-publish" }
18- methodhook = { id = " io.github.aleksrychkov.methodhook" , version = " 0.2 " }
19+ methodhook = { id = " io.github.aleksrychkov.methodhook" , version.ref = " methodhook " }
1920
2021
2122[libraries ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " io.github.aleksrychkov"
13- version = " 0.2 "
13+ version = " 0.3 "
1414
1515java {
1616 sourceCompatibility = JavaVersion .VERSION_17
You can’t perform that action at this time.
0 commit comments