We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a5842 commit a187f8bCopy full SHA for a187f8b
1 file changed
recipes/applyFusedLibraryPlugin/README.md
@@ -50,7 +50,7 @@ and instrumentation tests.
50
1. Configure the plugin version. In the `gradle/libs.versions.toml` file, append:
51
```toml
52
[plugins]
53
-android-fusedlibrary = { id = "com.android.fusedlibrary", version.ref = "agp" }
+android-fusedlibrary = { id = "com.android.fused-library", version.ref = "agp" }
54
```
55
2. Create a new empty module. `File` > `New` > `Directory` . Then, name the module, let's call it `fusedLibrary`.
56
3. Add the new module to the project by adding `include(":fusedLibrary")` to the `settings.gradle.kts` file.
0 commit comments