Skip to content

Commit c486ec6

Browse files
committed
buildToolsVersion 34.0.0
1 parent ec9aa03 commit c486ec6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Root project build.gradle
22
buildscript {
33
ext {
4+
build_tools_version = '34.0.0'
45
version_name = '1.1.8'
56
version_code = 17
67
compile_sdk = 34

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ plugins {
77
}
88

99
android {
10-
11-
compileSdk compile_sdk
1210
namespace 'io.syslogic.colorpicker'
11+
buildToolsVersion build_tools_version
12+
compileSdk compile_sdk
1313
defaultConfig {
1414
setProperty('archivesBaseName', 'colorpicker')
1515
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77
}
88

99
android {
10-
10+
namespace "io.syslogic.demo.colorpicker"
11+
buildToolsVersion build_tools_version
1112
compileSdk compile_sdk
1213
defaultConfig {
13-
namespace "io.syslogic.demo.colorpicker"
1414
applicationId "io.syslogic.demo.colorpicker"
1515
testBuildType "debug"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)