Skip to content

Commit

Permalink
优化格式
Browse files Browse the repository at this point in the history
  • Loading branch information
HSSkyBoy committed Oct 3, 2024
1 parent 31880af commit f38db5e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -235,8 +236,3 @@ subprojects {
configureBaseExtension()
}
}

dependencies {
implementation 'de.robv.android.xposed:api:82'
implementation 'de.robv.android.xposed:bridge:54'
}

0 comments on commit f38db5e

Please # to comment.