Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David Liu
2021-04-28 23:00:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6322bd14cebd214f823bc1d317f58e117490e94
c6322bd1
1 parent
d7c32662
add in release publication
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
18 行增加
和
2 行删除
livekit-android-sdk/build.gradle
livekit-android-sdk/gradle.properties
livekit-android-sdk/build.gradle
查看文件 @
c6322bd
...
...
@@ -5,7 +5,6 @@ plugins {
id
'kotlin-kapt'
id
'kotlinx-serialization'
id
'com.google.protobuf'
id
'com.bmuschko.nexus'
}
android
{
...
...
@@ -116,3 +115,20 @@ dependencies {
}
apply
from:
rootProject
.
file
(
'gradle/gradle-mvn-push.gradle'
)
afterEvaluate
{
publishing
{
publications
{
// Creates a Maven publication called "release".
release
(
MavenPublication
)
{
// Applies the component for the release build variant.
from
components
.
release
// You can then customize attributes of the publication as shown below.
groupId
=
GROUP
artifactId
=
POM_ARTIFACT_ID
version
=
VERSION_NAME
}
}
}
}
\ No newline at end of file
...
...
livekit-android-sdk/gradle.properties
查看文件 @
c6322bd
POM_NAME
=
LiveKit Client Android SDK
POM_ARTIFACT_ID
=
livekit-android
-sdk
POM_ARTIFACT_ID
=
livekit-android
POM_PACKAGING
=
aar
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论