Skip to content

Commit c457cc2

Browse files
[fused lib] Update recipe with minSdk block
Reflects the type change of FusedLibraryExtension minSdk from Int to MinSdkSpec. Bug: 383124910 Test: recipe tests Change-Id: If838b4ae648368287186e35ba2dee37f4ae8dfed
1 parent 1e697fa commit c457cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/applyFusedLibraryPlugin/fusedLibrary/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ plugins {
2121

2222
androidFusedLibrary {
2323
namespace = "com.example.fusedlibrary"
24-
minSdk = $MINIMUM_SDK
24+
minSdk {
25+
version = release($MINIMUM_SDK)
26+
}
2527

2628
// If aarMetadata is not explicitly specified,
2729
// aar metadata will be generated based on dependencies.

0 commit comments

Comments
 (0)