Skip to content

Commit

Permalink
fix: used the same variables that we use in the other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Jul 18, 2024
1 parent db0304a commit 3fa42c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions owncloudComLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
}

android {
compileSdkVersion 34
compileSdkVersion sdkCompileVersion

defaultConfig {
minSdkVersion 24
targetSdkVersion 34
minSdkVersion sdkMinVersion
targetSdkVersion sdkTargetVersion
}

lint {
Expand Down

0 comments on commit 3fa42c5

Please sign in to comment.