Skip to content

Commit 7c25490

Browse files
committed
修改video demo名称
1 parent a93f8d0 commit 7c25490

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdkdemo/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ android {
9090
useLegacyPackaging true
9191
}
9292
}
93+
applicationVariants.configureEach { variant ->
94+
variant.outputs.configureEach { output ->
95+
def newApkName = "VideoLinkDemo-${variant.buildType.name}-${variant.versionName}.apk"
96+
outputFileName = newApkName
97+
}
98+
}
9399
}
94100

95101
dependencies {

sdkdemo/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">Explorer Link Demo</string>
2+
<string name="app_name">Video Link Demo</string>
33

44
<string name="cancel">取消</string>
55
<string name="delete">删除</string>

0 commit comments

Comments
 (0)