File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ buildscript {
8
8
target_sdk = 32
9
9
min_sdk = 21
10
10
kotlin_version = ' 1.7.0'
11
+ kotlin_compiler_extension_version = ' 1.2.0'
12
+ compose_version = ' 1.2.0-rc01'
11
13
material_version = ' 1.6.1'
12
14
appcompat_version = ' 1.4.2'
13
15
preference_version = ' 1.2.0'
14
16
core_version = ' 1.8.0'
15
17
nav_version = ' 2.5.0'
16
18
junit_version = ' 4.13.2'
17
- compose_compiler_version = ' 1.2.0'
18
- compose_version = ' 1.2.0-rc01'
19
19
version_name = ' 1.1.1'
20
20
version_code = 11
21
21
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
24
24
jvmTarget = java_version
25
25
}
26
26
composeOptions {
27
- kotlinCompilerExtensionVersion compose_compiler_version
27
+ kotlinCompilerExtensionVersion kotlin_compiler_extension_version
28
28
}
29
29
packagingOptions {
30
30
resources. pickFirsts. add(' META-INF/LGPL2.1' )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
25
25
jvmTarget = java_version
26
26
}
27
27
composeOptions {
28
- kotlinCompilerExtensionVersion compose_compiler_version
28
+ kotlinCompilerExtensionVersion kotlin_compiler_extension_version
29
29
}
30
30
buildFeatures {
31
31
dataBinding true
@@ -51,7 +51,7 @@ android {
51
51
dependencies {
52
52
53
53
// Either Jitpack repository or project module :library.
54
- // implementation "io.syslogic:androidx-colorpicker:1.1.0 "
54
+ // implementation "io.syslogic:androidx-colorpicker:$version_name "
55
55
implementation project(path : ' :library' )
56
56
57
57
implementation " com.google.android.material:material:$material_version "
You can’t perform that action at this time.
0 commit comments