Skip to content

Commit

Permalink
update 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ywl5320 committed Dec 15, 2024
1 parent b8174ad commit c16f030
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wlmedia_sample/wlmedia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,18 @@ android {

}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
groupId = 'com.github.ywl5320'
artifactId = 'wlmedia'
version = '4.0.0'
}
}
}
}

dependencies {
}

0 comments on commit c16f030

Please sign in to comment.