pachli-android/licenses/libraries/subway_tooter.json
Nik Clayton bafd8e474d
fix: "KeyStoreException: BKS not found" error during login (#1182)
"BKS" in the error refers to "Bouncycastle KeyStore". Remove all usage
of the Bouncycastle library from the code, re-implementing one required
function based on code from SubwayTooter. Add a license entry that
acknowledges this.

Fixes #1143
2024-12-16 18:17:23 +01:00

17 lines
439 B
JSON

{
"uniqueId": "com.github.tateisu/SubwayTooter",
"developers": [
{
"name": "tateisu@mastodon.juggler.jp",
"organisationUrl": "https://github.com/tateisu/SubwayTooter"
}
],
"artifactVersion": "f20f9fee8e",
"description": "X9.62 point encoding",
"name": "SubwayTooter code",
"licenses": [
"Apache_2_0"
],
"website": "https://subwaytooter.hatenadiary.jp/"
}