Skip to content

Commit

Permalink
Fix jitpack publishing #3
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 5, 2022
1 parent ea7b315 commit 020218e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publishing {
groupId = "com.github.BirjuVachhani"
artifactId = "locus-android"
version = "4.1.0"
artifact("$buildDir/outputs/aar/locus-release.aar")
artifact("$projectDir/locus/outputs/aar/locus-release.aar")
}
}
}

0 comments on commit 020218e

Please sign in to comment.