Skip to content

Commit

Permalink
v19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 4, 2020
1 parent fd0e014 commit d7194c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def apiVersion = 4
def moduleProp = [
id : "riru-core",
name : "Riru - Core",
version : "v19.6",
versionCode: "28",
version : "v19.7",
versionCode: "29",
author : "Rikka",
description: "Inject zygote process by replace libmemtrack.so, provide interface to other Riru modules."
]
Expand Down
4 changes: 2 additions & 2 deletions module/src/main/cpp/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION_CODE 28
#define VERSION_NAME "v19.6"
#define VERSION_CODE 29
#define VERSION_NAME "v19.7"

#endif // VERSION_H
8 changes: 6 additions & 2 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Riru - Core
# Riru

Inject zygote process by replacing libmemtrack, provide the ability for Riru modules to run their code in apps' or system server's process.

All other Riru modules requires Riru - Core installed to work.
All other Riru modules requires Riru installed to work.

See [https://github.com/RikkaApps/Riru](https://github.com/RikkaApps/Riru) for more details.

## Changelog

### v19.7 (29)

- Support Samsung Q with "usap" enabled (this really should happens only on custom ROMs?)

### v19.6 (28)

- Support Samsung Q
Expand Down

0 comments on commit d7194c1

Please sign in to comment.