Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tien-awair committed Apr 22, 2022
1 parent 88b9270 commit 80ba5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

libraryVariants.all { variant ->
variant.outputs.all {
def aarName = "sendbird-uikit-${project.version}-${variant.buildType.name}.aar"
def aarName = "sendbird-uikit-${project.version}.aar"

println "\n============================================================"
println "project module : Sendbird UIKit"
Expand Down

0 comments on commit 80ba5df

Please sign in to comment.