Skip to content

Commit

Permalink
add missing libraries and change the artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketSK committed May 9, 2024
1 parent 0b37acd commit d7dd510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ repositories {
dependencies {
// Use JUnit test framework.
testImplementation("junit:junit:4.13.2")
implementation("com.google.flogger:flogger:0.8")
implementation("com.google.flogger:flogger-system-backend:0.8")
implementation("com.google.guava:guava:33.1.0-android")
}

tasks.register("generateFakeSources") {
Expand Down Expand Up @@ -72,7 +75,7 @@ publishing {
publications {
create<MavenPublication>("release") {
groupId = "${project.properties["hmsSdkGroup"]}"
artifactId = "effectssdk"
artifactId = "effects-sdk"
version = "${project.properties["EFFECTS_SDK_LIBRARY_VERSION_NAME"]}"

artifact("../effects.aar")
Expand Down

0 comments on commit d7dd510

Please sign in to comment.