feat: add Google OAuth library
This commit is contained in:
parent
ce267a4c66
commit
af36e13307
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue