We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51de10 commit 340237eCopy full SHA for 340237e
build.gradle
@@ -26,7 +26,7 @@ allprojects {
26
}
27
28
android {
29
- buildToolsVersion '35.0.0'
+ buildToolsVersion '35.0.1'
30
namespace talkbackApplicationId
31
defaultConfig {
32
applicationId talkbackApplicationId
shared.gradle
@@ -12,7 +12,7 @@ java {
12
13
14
compileSdk 35
15
16
compileOptions {
17
sourceCompatibility JavaVersion.VERSION_17
18
targetCompatibility JavaVersion.VERSION_17
0 commit comments