Skip to content

Commit

Permalink
build: update sdkTargetVersion to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Jul 17, 2024
1 parent 50b21da commit e2d0b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
ext {
// SDK
sdkCompileVersion = 33
sdkCompileVersion = 34
sdkMinVersion = 24
sdkTargetVersion = 33
sdkTargetVersion = 34
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions owncloudComLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
}

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
}

lint {
Expand Down

0 comments on commit e2d0b2a

Please sign in to comment.