Skip to content

Commit

Permalink
feat:Release Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
邹铭杰 committed Oct 9, 2022
1 parent 0a3c7e8 commit 9c39cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea
.DS_Store
/build
/captures
Expand Down
2 changes: 1 addition & 1 deletion progressindicator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ afterEvaluate {
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.release
from components.debug
groupId = 'com.github.kevinnzou'
artifactId = 'compose-progressindicator'
version = '0.0.1-SNAPSHOT'
Expand Down

0 comments on commit 9c39cb6

Please sign in to comment.