Skip to content

Commit

Permalink
fix: update hmac key from 1.5.9 to 1.6.3 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutyworks authored Oct 7, 2021
1 parent d1ed0a8 commit 1cb3d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import javax.crypto.spec.SecretKeySpec

object PapagoRequester {
private val mDeviceId = UUID.randomUUID()
private const val mKey = "v1.5.9_33e53be80f"
private const val mKey = "v1.6.3_4f4591fdf3"

private val retrofit = Retrofit.Builder()
.baseUrl("https://papago.naver.com/apis/")
Expand Down

0 comments on commit 1cb3d82

Please sign in to comment.