Skip to content

Commit

Permalink
artifact update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet committed Mar 10, 2021
1 parent d6e16cf commit 01be936
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions FontAwesomeComposeLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,11 @@ plugins {
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
// Applies the component for the release build variant.
from components.release

// You can then customize attributes of the publication as shown below.
groupId = 'com.guru.fontawesomecompose'
artifactId = 'final'
version = '1.1'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.debug

groupId = 'com.guru.fontawesomecompose'
artifactId = 'final-debug'
version = '1.1'
groupId = 'com.guru.compose'
artifactId = 'fontawesomecompose'
version = '0.1.2'
}
}
}
Expand Down

0 comments on commit 01be936

Please sign in to comment.