Skip to content

Commit

Permalink
PIA-1289: Include stream ciphers (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-juan-docal authored Feb 13, 2024
1 parent 76f9f29 commit 6a2e635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion obfuscator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ cargo {
"logging",
"local-dns",
"local-tun",
"aead-cipher-2022"
"stream-cipher",
"aead-cipher-2022",
"aead-cipher-extra"
)
)
}
Expand Down
2 changes: 1 addition & 1 deletion testapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdk = 34

defaultConfig {
applicationId = "com.kape.testapp"
applicationId = "com.kape.obfuscator.testapp"
minSdk = 24
targetSdk = 34
versionCode = 1
Expand Down

0 comments on commit 6a2e635

Please sign in to comment.