Skip to content

Commit 36585c2

Browse files
committed
Update AGP, BuildTools and compileSdk
Signed-off-by: Patryk Miś <foss@patrykmis.com>
1 parent 45802c9 commit 36585c2

File tree

3 files changed

+289
-289
lines changed

3 files changed

+289
-289
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
mavenCentral()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:8.5.2'
17+
classpath 'com.android.tools.build:gradle:8.6.0'
1818
}
1919
}
2020

@@ -26,15 +26,15 @@ allprojects {
2626
}
2727

2828
android {
29-
buildToolsVersion '34.0.0'
29+
buildToolsVersion '35.0.0'
3030
namespace talkbackApplicationId
3131
defaultConfig {
3232
applicationId talkbackApplicationId
3333
versionName "14.1"
3434
versionCode 3
3535
minSdk 26
3636
targetSdk 34
37-
compileSdk 34
37+
compileSdk 35
3838
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
3939
multiDexEnabled true
4040
}

0 commit comments

Comments
 (0)