diff --git a/build.gradle.kts b/build.gradle.kts index aeb2daf0..4a6e0f97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,8 @@ buildscript { } dependencies { classpath("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r") - } + implementation("de.robv.android.xposed:api:82") + implementation("de.robv.android.xposed:bridge:54") } val commitCount = run { @@ -235,8 +236,3 @@ subprojects { configureBaseExtension() } } - -dependencies { - implementation 'de.robv.android.xposed:api:82' - implementation 'de.robv.android.xposed:bridge:54' -} \ No newline at end of file