Update Android Gradle plugin

This commit is contained in:
Emux 2025-08-05 11:19:34 +03:00
parent 041488b36c
commit 1ea117f183
No known key found for this signature in database
GPG key ID: 64ED9980896038C3
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() { public void dumpThreads() {
try { try {
int wait1 = rand.nextInt(interval); int wait1 = rand.nextInt(interval);

View file

@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files