Skip to content

Commit

Permalink
Update AGP and compileSdk
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Aug 30, 2024
1 parent 02bce97 commit 189b4f4
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 286 deletions.
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@ android {
versionCode 19
minSdk 26
targetSdk 34
compileSdk 34
compileSdk 35
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
multiDexEnabled true
}
Expand Down
Loading

0 comments on commit 189b4f4

Please sign in to comment.