Skip to content

Commit

Permalink
jitpack publish
Browse files Browse the repository at this point in the history
  • Loading branch information
limpoxe committed Dec 26, 2021
1 parent d5564b2 commit 7901bb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FairyPlugin/jcenter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if(projectPropertiesFile.exists()){
def projectName = properties.getProperty("project.name")
def projectGroupId = properties.getProperty("project.groupId")
def projectArtifactId = properties.getProperty("project.artifactId")
def projectVersionName = android.defaultConfig.versionName
def projectPackaging = properties.getProperty("project.packaging")
def projectSiteUrl = properties.getProperty("project.siteUrl")
def projectGitUrl = properties.getProperty("project.gitUrl")
Expand All @@ -34,7 +33,7 @@ afterEvaluate {
from components.release
groupId = projectGroupId
artifactId = projectArtifactId
version = projectVersionName
version = project.android.defaultConfig.versionName
}
}
}
Expand Down

0 comments on commit 7901bb4

Please sign in to comment.