This commit is contained in:
LoveSy 2023-03-21 11:16:45 +08:00
parent 29a55afdcb
commit e821fa41a7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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")