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

Commit 10aa8ed

Browse files
committed
feat: un-fork hwsecurity and pgpainless
1 parent a3edd32 commit 10aa8ed

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

settings.gradle.kts

+2-11
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,9 @@ dependencyResolutionManagement {
168168

169169
gitRepositories {
170170
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
171-
include("pgpainless") {
172-
uri.set("https://github.com/pgpainless/pgpainless.git")
173-
branch.set("hardwareDecryption")
174-
includeBuild {
175-
dependencySubstitution {
176-
substitute(module("org.pgpainless:pgpainless-core")).using(project(":pgpainless-core"))
177-
}
178-
}
179-
}
180171
include("hwsecurity") {
181-
uri.set("https://github.com/tadfisher/hwsecurity.git")
182-
branch.set("pendingintent-mutability")
172+
uri.set("https://github.com/android-password-store/hwsecurity.git")
173+
branch.set("main")
183174
includeBuild {
184175
dependencySubstitution {
185176
for (module in

0 commit comments

Comments
 (0)