⬆️ Upgrade dependencies

This commit is contained in:
xtaodada 2022-07-10 11:48:17 +08:00
parent 4cc1a47ef1
commit e43ecfa5c7
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation files('lib/grasscutter-1.1.2-dev.jar')
implementation files('lib/grasscutter-1.2.2-dev.jar')
implementation files('lib/gcauth-2.4.0.jar')
}

View File

@ -1,7 +1,7 @@
{
"name": "GCAuth_OAuth",
"description": "The in-game login system for Grasscutter is based on oauth and GCAuth.",
"version": "1.1.3",
"version": "1.2.0",
"author": ["omg-xtao"],
"mainClass": "com.xtaolabs.gcauth_oauth.GCAuth_OAuth"
}