Skip to content

Commit

Permalink
Const updates
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ker committed Jul 4, 2024
1 parent 1128d13 commit 8ffbe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion intra/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ afterEvaluate {
from(components["release"])
groupId = "com.github.CarbideCowboy"
artifactId = "Intra"
version = "1.2.1"
version = "1.2.2"
}
}
}
Expand Down
5 changes: 1 addition & 4 deletions intra/src/main/java/com/carbidecowboy/intra/domain/Consts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ object Consts {
const val MEMORY_FID = "99848A60"
const val TESLA_FID = "E819C674"
const val BIP32_FID = "38EA914A"
const val FIDO2_RESPONSE = "4649444F5F325F309000"
const val U2F_RESPONSE = "5532465F56329000"
const val FIDO2_URL = "https://getcybernetic.com/fido"
const val TESLA_URL = "https://getcybernetic.com/tesla"
const val FIDO2_RESPONSE = "5532465F56329000"

//OTP
const val SELECT_OTP = "00A404000DA0000005272101014150455801"
Expand Down

0 comments on commit 8ffbe52

Please sign in to comment.