We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0732069 + 1ea117f commit 5149e34Copy full SHA for 5149e34
2 files changed
brouter-util/src/main/java/btools/util/StackSampler.java
@@ -47,6 +47,7 @@ public void run() {
47
}
48
49
50
+ @SuppressWarnings({"deprecation", "RedundantSuppression"}) // Android
51
public void dumpThreads() {
52
try {
53
int wait1 = rand.nextInt(interval);
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
google()
7
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:8.10.1'
+ classpath 'com.android.tools.build:gradle:8.11.1'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
0 commit comments