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 45802c9 commit 36585c2Copy full SHA for 36585c2
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
mavenCentral()
15
}
16
dependencies {
17
- classpath 'com.android.tools.build:gradle:8.5.2'
+ classpath 'com.android.tools.build:gradle:8.6.0'
18
19
20
@@ -26,15 +26,15 @@ allprojects {
26
27
28
android {
29
- buildToolsVersion '34.0.0'
+ buildToolsVersion '35.0.0'
30
namespace talkbackApplicationId
31
defaultConfig {
32
applicationId talkbackApplicationId
33
versionName "14.1"
34
versionCode 3
35
minSdk 26
36
targetSdk 34
37
- compileSdk 34
+ compileSdk 35
38
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
39
multiDexEnabled true
40
0 commit comments