File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ affectedTestConfiguration {
1313android {
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"
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ affectedTestConfiguration {
1111}
1212
1313android {
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
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ affectedTestConfiguration {
1010}
1111
1212android {
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
You can’t perform that action at this time.
0 commit comments