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() {
try {
int wait1 = rand.nextInt(interval);