We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749738 commit 8b9cdb5Copy full SHA for 8b9cdb5
build-gradle/build.gradle
@@ -5,7 +5,7 @@ ext {
5
artifact = bintrayName
6
libraryName = 'component build'
7
libraryDescription = 'gradle plugin for buid component'
8
- libraryVersion = "1.1.0"
+ libraryVersion = "1.2.0"
9
licenseName = 'The Apache Software License, Version 2.0'
10
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
11
allLicenses = ["Apache-2.0"]
componentlib/build.gradle
@@ -9,7 +9,7 @@ ext {
libraryName = 'component build lib '
libraryDescription = 'component build lib '
12
- libraryVersion = "1.0.0"
13
14
15
0 commit comments