Skip to content

Commit 94c9d30

Browse files
committed
feat: change package name to dev.rushii.xspoofsignatures
I no longer use `dev.materii.*` for my own projects. This is in preparation to publishing this project on the LSPosed xposed modules repo.
1 parent 5f6a1b7 commit 94c9d30

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
}
44

55
android {
6-
namespace = "dev.materii.rushii.xspoofsignatures"
6+
namespace = "dev.rushii.xspoofsignatures"
77
compileSdk = 34
88

99
defaultConfig {
10-
applicationId = "dev.materii.rushii.xspoofsignatures"
10+
applicationId = "dev.rushii.xspoofsignatures"
1111
minSdk = 3 // Yes, this is accurate
1212
targetSdk = 35
1313
versionCode = 1

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-keep class dev.materii.rushii.xspoofsignatures.Main
1+
-keep class dev.rushii.xspoofsignatures.Main
22

33
-allowaccessmodification
44
-overloadaggressively

app/src/main/assets/xposed_init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev.materii.rushii.xspoofsignatures.Main
1+
dev.rushii.xspoofsignatures.Main

app/src/main/java/dev/materii/rushii/xspoofsignatures/Main.java renamed to app/src/main/java/dev/rushii/xspoofsignatures/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package dev.materii.rushii.xspoofsignatures;
1+
package dev.rushii.xspoofsignatures;
22

33
import android.content.pm.*;
44
import android.os.Build;

0 commit comments

Comments
 (0)