Skip to content

Commit 59bc593

Browse files
committed
Fix more sample app gradle config
1 parent ee1e16e commit 59bc593

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

sample/sample-app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ affectedTestConfiguration {
1313
android {
1414
namespace "com.dropbox.detector.sample"
1515

16-
compileSdkVersion 34
17-
buildToolsVersion "30.0.2"
16+
compileSdk 34
1817

1918
defaultConfig {
2019
applicationId "com.dropbox.detector.sample"

sample/sample-core/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ affectedTestConfiguration {
1111
}
1212

1313
android {
14-
compileSdkVersion 30
15-
buildToolsVersion "30.0.2"
14+
namespace "com.dropbox.detector.sample_core"
15+
16+
compileSdk 34
1617

1718
defaultConfig {
1819
minSdkVersion 23
19-
targetSdkVersion 30
20+
targetSdkVersion 34
2021
versionCode 1
2122
versionName "1.0"
2223

sample/sample-util/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ affectedTestConfiguration {
1010
}
1111

1212
android {
13-
compileSdkVersion 30
14-
buildToolsVersion "30.0.2"
13+
namespace "com.dropbox.detector.sample_util"
14+
compileSdk 34
1515

1616
defaultConfig {
1717
minSdkVersion 23
18-
targetSdkVersion 30
18+
targetSdkVersion 34
1919
versionCode 1
2020
versionName "1.0"
2121

0 commit comments

Comments
 (0)