Skip to content

Commit 5fd37f6

Browse files
committed
chore: switch android-rust plugin from fork back to upstream
Remove resolutionStrategy that redirected io.github.MatrixDev.android-rust to xz-dev fork via JitPack, now resolving from Gradle Plugin Portal directly.
1 parent d17a641 commit 5fd37f6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

settings.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
pluginManagement {
2-
resolutionStrategy {
3-
eachPlugin {
4-
if (requested.id.id == "io.github.MatrixDev.android-rust") {
5-
useModule("com.github.xz-dev:GradleAndroidRustPlugin:${requested.version}")
6-
}
7-
}
8-
}
92
repositories {
103
google()
114
mavenCentral()
125
gradlePluginPortal()
13-
maven { url = "https://jitpack.io" }
146
}
157
}
168

0 commit comments

Comments
 (0)