Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Write API version to module.prop
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 11, 2021
1 parent a0393fc commit da1e5da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion riru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def moduleProp = [
version : "$versionName",
versionCode: "$versionCode",
author : "Rikka",
description: "Inject into zygote and run codes from \"Riru\" modules in apps or the system server."
description: "Inject into zygote and run codes from \"Riru\" modules in apps or the system server.",
riruApi : "$apiVersion",
riruMinApi : "$minApiVersion"
]

android {
Expand Down

0 comments on commit da1e5da

Please sign in to comment.