Skip to content

Commit

Permalink
Update AGP, BuildTools and compileSdk
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Aug 30, 2024
1 parent 45802c9 commit 36585c2
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 289 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.android.tools.build:gradle:8.6.0'
}
}

Expand All @@ -26,15 +26,15 @@ allprojects {
}

android {
buildToolsVersion '34.0.0'
buildToolsVersion '35.0.0'
namespace talkbackApplicationId
defaultConfig {
applicationId talkbackApplicationId
versionName "14.1"
versionCode 3
minSdk 26
targetSdk 34
compileSdk 34
compileSdk 35
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
multiDexEnabled true
}
Expand Down
Loading

0 comments on commit 36585c2

Please sign in to comment.