From b7996e78fb7c659f13c4ac8ce410264d797968c9 Mon Sep 17 00:00:00 2001 From: ShirosakiMio <852468399@qq.com> Date: Sat, 14 Sep 2024 16:12:29 +0800 Subject: [PATCH] Update build.gradle --- FCL/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FCL/build.gradle b/FCL/build.gradle index e8d7cb0a..00a05aa2 100644 --- a/FCL/build.gradle +++ b/FCL/build.gradle @@ -187,7 +187,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.github.Mathias-Boulay:android_gamepad_remapper:06184ddbce' + implementation 'com.github.Mathias-Boulay:android_gamepad_remapper:2.0.3' implementation 'com.github.bumptech.glide:glide:4.16.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'