Skip to content

Commit

Permalink
chore: Merge branch dev to main (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennethcarino authored Apr 1, 2024
2 parents cb632c1 + 17f7108 commit c7923b3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4,749 deletions.
4,730 changes: 5 additions & 4,725 deletions CHANGELOG.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package dev.jkcarino.revanced.integrations.shared
package dev.jkcarino.revanced.integrations.all.signature

import android.annotation.SuppressLint
import android.app.Application
import android.content.Context
import android.content.pm.PackageInfo
import android.content.pm.PackageManager
import android.content.pm.Signature
import android.util.Base64
import java.io.ByteArrayInputStream
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package dev.jkcarino.revanced.integrations.all.signature

import android.app.Application
import android.content.Context

class SignatureHookApp : Application() {

override fun attachBaseContext(base: Context) {
val pmsHookApplication = PmsHookApplication("<signature>")
pmsHookApplication.hook(base)
super.attachBaseContext(base)
}
}

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
android.useAndroidX = true
version = 1.1.0
version = 2.0.0-dev.1

This file was deleted.

0 comments on commit c7923b3

Please sign in to comment.