Skip to content

Commit

Permalink
allow Android Auto dynamic code execution from storage
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr authored and thestinger committed Jan 1, 2024
1 parent 7b5e709 commit 13c602d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/src/main/kotlin/ConfigGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ fun getUnsortedConfigs(): List<AppCompatConfig> {
"1ca8dcc0bed3cbd872d2cb791200c0292ca9975768a82d676b8b424fb65b5295"
)) {
minVersion = 11_0_635014
changes(
ALLOW_STORAGE_DYN_CODE_EXEC, // for GmsCore Dynamite modules
)
}

return l
Expand Down

0 comments on commit 13c602d

Please sign in to comment.