File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,15 @@ plugins {
6
6
id ' maven-publish'
7
7
}
8
8
9
+ base {
10
+ archivesName = ' colorpicker_' + version_name
11
+ }
12
+
9
13
android {
10
14
namespace ' io.syslogic.colorpicker'
11
15
buildToolsVersion = build_tools_version
12
16
compileSdk compile_sdk
13
17
defaultConfig {
14
- setProperty(' archivesBaseName' , ' colorpicker' )
15
18
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
16
19
consumerProguardFiles " ${ project.rootDir} /proguard/consumer.pro"
17
20
targetSdk target_sdk
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ plugins {
6
6
id ' kotlin-kapt'
7
7
}
8
8
9
+ base {
10
+ archivesName = ' colorpicker_demo_' + version_name
11
+ }
12
+
9
13
android {
10
14
namespace " io.syslogic.demo.colorpicker"
11
15
buildToolsVersion = build_tools_version
You can’t perform that action at this time.
0 commit comments