Skip to content

Commit 5149e34

Browse files
authored
Merge pull request abrensch#823 from devemux86/gradle
Update Android Gradle plugin
2 parents 0732069 + 1ea117f commit 5149e34

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

brouter-util/src/main/java/btools/util/StackSampler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void run() {
4747
}
4848
}
4949

50+
@SuppressWarnings({"deprecation", "RedundantSuppression"}) // Android
5051
public void dumpThreads() {
5152
try {
5253
int wait1 = rand.nextInt(interval);

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.10.1'
9+
classpath 'com.android.tools.build:gradle:8.11.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)