File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Root project build.gradle
2
2
buildscript {
3
3
ext {
4
+ build_tools_version = ' 34.0.0'
4
5
version_name = ' 1.1.8'
5
6
version_code = 17
6
7
compile_sdk = 34
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ plugins {
7
7
}
8
8
9
9
android {
10
-
11
- compileSdk compile_sdk
12
10
namespace ' io.syslogic.colorpicker'
11
+ buildToolsVersion build_tools_version
12
+ compileSdk compile_sdk
13
13
defaultConfig {
14
14
setProperty(' archivesBaseName' , ' colorpicker' )
15
15
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ plugins {
7
7
}
8
8
9
9
android {
10
-
10
+ namespace " io.syslogic.demo.colorpicker"
11
+ buildToolsVersion build_tools_version
11
12
compileSdk compile_sdk
12
13
defaultConfig {
13
- namespace " io.syslogic.demo.colorpicker"
14
14
applicationId " io.syslogic.demo.colorpicker"
15
15
testBuildType " debug"
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments