feat: add Google OAuth library

This commit is contained in:
lily 2025-04-23 20:43:28 -04:00
parent ce267a4c66
commit af36e13307
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -39,6 +39,8 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// OAuth2 library
implementation 'com.google.oauth-client:google-oauth-client:1.39.0'
} }
processResources { processResources {