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

Commit 8f3e577

Browse files
committed
v11
1 parent 6f4acff commit 8f3e577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

riru-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android {
2222

2323
task zip(type: Exec) {
2424
workingDir '..'
25-
commandLine 'sh', 'build.sh', project.name, 'v10'
25+
commandLine 'sh', 'build.sh', project.name, 'v11'
2626
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=riru-core
22
name=Riru - Core
3-
version=v10
4-
versionCode=10
3+
version=v11
4+
versionCode=11
55
author=Rikka
66
description=Inject zygote process by replace libmemtrack.so, provide interface to other Riru modules.
77
minMagisk=17000

0 commit comments

Comments
 (0)