From a48c1e8c2126ab26fc88093501b7320c92540c4d Mon Sep 17 00:00:00 2001 From: Tungstend Date: Sun, 24 Dec 2023 22:25:06 +0800 Subject: [PATCH] upgrade gradle and libs --- FCL/build.gradle | 2 +- FCLCore/build.gradle | 2 +- FCLLibrary/build.gradle | 2 +- FCLauncher/build.gradle | 2 +- build.gradle | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FCL/build.gradle b/FCL/build.gradle index 4bc8b149..71bfb4c7 100644 --- a/FCL/build.gradle +++ b/FCL/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'com.github.steveice10:opennbt:1.5' implementation 'com.google.code.gson:gson:2.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/FCLCore/build.gradle b/FCLCore/build.gradle index 7a1686b6..b1a85254 100644 --- a/FCLCore/build.gradle +++ b/FCLCore/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.jenkins-ci:constant-pool-scanner:1.2' implementation 'com.google.code.gson:gson:2.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/FCLLibrary/build.gradle b/FCLLibrary/build.gradle index 938eb6e6..6ce1485e 100644 --- a/FCLLibrary/build.gradle +++ b/FCLLibrary/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation project(path: ':FCLCore') implementation 'commons-io:commons-io:2.11.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.asynclayoutinflater:asynclayoutinflater:1.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/FCLauncher/build.gradle b/FCLauncher/build.gradle index b39356c9..de8f22cb 100644 --- a/FCLauncher/build.gradle +++ b/FCLauncher/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.jaredrummler:android-device-names:2.1.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/build.gradle b/build.gradle index 0ebef738..db48ce87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.1.0' apply false - id 'com.android.library' version '8.1.0' apply false + id 'com.android.application' version '8.1.3' apply false + id 'com.android.library' version '8.1.3' apply false } \ No newline at end of file