Merge pull request #823 from devemux86/gradle

Update Android Gradle plugin
This commit is contained in:
afischerdev 2025-08-10 18:28:19 +02:00 committed by GitHub
commit 5149e341e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@ public class StackSampler extends Thread {
}
}
@SuppressWarnings({"deprecation", "RedundantSuppression"}) // Android
public void dumpThreads() {
try {
int wait1 = rand.nextInt(interval);

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.10.1'
classpath 'com.android.tools.build:gradle:8.11.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files