Skip to content

Commit

Permalink
Fix AAR metadata to point to new minCompileSdk requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil committed Nov 20, 2023
1 parent 52b6edc commit aee0355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class InternalEmbracePlugin : Plugin<Project> {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

aarMetadata {
minCompileSdk = 16
minCompileSdk = Versions.minSdk
}
}

Expand Down

0 comments on commit aee0355

Please sign in to comment.