workaround for gradle/gradle#1660
This commit is contained in:
parent
29a55afdcb
commit
e821fa41a7
|
|
@ -5,7 +5,7 @@ pluginManagement {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.library") version "7.4.0"
|
id("com.android.library") version "7.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -17,6 +17,6 @@ dependencyResolutionManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "service"
|
rootProject.name = "libxposed-service"
|
||||||
|
|
||||||
include(":interface", ":service")
|
include(":interface", ":service")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue