Skip to content

Commit a187f8b

Browse files
[fused lib] Fix plugin id on README
Fixes: 469433394 Test: n/a Change-Id: Ie93a0fee1f2dec4e1dac9dd79d57c2b3d2ce175c
1 parent 58a5842 commit a187f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/applyFusedLibraryPlugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ and instrumentation tests.
5050
1. Configure the plugin version. In the `gradle/libs.versions.toml` file, append:
5151
```toml
5252
[plugins]
53-
android-fusedlibrary = { id = "com.android.fusedlibrary", version.ref = "agp" }
53+
android-fusedlibrary = { id = "com.android.fused-library", version.ref = "agp" }
5454
```
5555
2. Create a new empty module. `File` > `New` > `Directory` . Then, name the module, let's call it `fusedLibrary`.
5656
3. Add the new module to the project by adding `include(":fusedLibrary")` to the `settings.gradle.kts` file.

0 commit comments

Comments
 (0)