Skip to content

Commit 7395487

Browse files
committed
variable name changed.
1 parent cf05d84 commit 7395487

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ buildscript {
88
target_sdk = 32
99
min_sdk = 21
1010
kotlin_version = '1.7.0'
11+
kotlin_compiler_extension_version = '1.2.0'
12+
compose_version = '1.2.0-rc01'
1113
material_version = '1.6.1'
1214
appcompat_version = '1.4.2'
1315
preference_version = '1.2.0'
1416
core_version = '1.8.0'
1517
nav_version = '2.5.0'
1618
junit_version = '4.13.2'
17-
compose_compiler_version = '1.2.0'
18-
compose_version = '1.2.0-rc01'
1919
version_name = '1.1.1'
2020
version_code = 11
2121
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
jvmTarget = java_version
2525
}
2626
composeOptions {
27-
kotlinCompilerExtensionVersion compose_compiler_version
27+
kotlinCompilerExtensionVersion kotlin_compiler_extension_version
2828
}
2929
packagingOptions {
3030
resources.pickFirsts.add('META-INF/LGPL2.1')

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
jvmTarget = java_version
2626
}
2727
composeOptions {
28-
kotlinCompilerExtensionVersion compose_compiler_version
28+
kotlinCompilerExtensionVersion kotlin_compiler_extension_version
2929
}
3030
buildFeatures {
3131
dataBinding true
@@ -51,7 +51,7 @@ android {
5151
dependencies {
5252

5353
// Either Jitpack repository or project module :library.
54-
// implementation "io.syslogic:androidx-colorpicker:1.1.0"
54+
// implementation "io.syslogic:androidx-colorpicker:$version_name"
5555
implementation project(path: ':library')
5656

5757
implementation "com.google.android.material:material:$material_version"

0 commit comments

Comments
 (0)