Skip to content

Commit

Permalink
Fix more sample app gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Nov 5, 2024
1 parent ee1e16e commit 59bc593
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions sample/sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ affectedTestConfiguration {
android {
namespace "com.dropbox.detector.sample"

compileSdkVersion 34
buildToolsVersion "30.0.2"
compileSdk 34

defaultConfig {
applicationId "com.dropbox.detector.sample"
Expand Down
7 changes: 4 additions & 3 deletions sample/sample-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ affectedTestConfiguration {
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
namespace "com.dropbox.detector.sample_core"

compileSdk 34

defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions sample/sample-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ affectedTestConfiguration {
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
namespace "com.dropbox.detector.sample_util"
compileSdk 34

defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 59bc593

Please sign in to comment.