Skip to content

Commit

Permalink
Override the min SDK from the compose runtime library
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jun 15, 2024
1 parent 83ef37f commit a6dc545
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions view/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<manifest xmlns:tools="http://schemas.android.com/tools">

</manifest>
<!-- Override the min SDK 21 from the compose runtime library which
is imported in the core project for the @Immutable annotation. -->
<uses-sdk tools:overrideLibrary="androidx.compose.runtime" />

</manifest>

0 comments on commit a6dc545

Please sign in to comment.