Skip to content

Commit 9765c06

Browse files
committed
docs: 更新demo
1 parent 8378965 commit 9765c06

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Android稳定高效的浮层创建管理框架。
4747

4848
# 截图
4949

50-
截图效果较差,建议[下载Demo](https://raw.githubusercontent.com/goweii/Layer/master/simple/release/per.goweii.layer.simple-1.0.0-1-release.apk)体验最新功能
50+
截图效果较差,建议[下载Demo](https://raw.githubusercontent.com/goweii/Layer/master/simple/release/per.goweii.layer.simple.apk)体验最新功能
5151

5252
| ![qQF8OK.gif](https://s1.ax1x.com/2022/03/22/qQF8OK.gif) | ![qQF1Qx.gif](https://s1.ax1x.com/2022/03/22/qQF1Qx.gif) | ![qQF3y6.gif](https://s1.ax1x.com/2022/03/22/qQF3y6.gif) |
5353
| --- | --- | --- |

simple/build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ android {
2424
}
2525
applicationVariants.all { variant ->
2626
variant.outputs.each { output ->
27-
def versionName = variant.versionName
28-
def versionCode = variant.versionCode
29-
def buildType = variant.buildType.name
30-
output.outputFileName = "${applicationId}-${versionName}-${versionCode}-${buildType}.apk"
27+
output.outputFileName = "${applicationId}.apk"
3128
}
3229
}
3330
}

simple/release/output-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"filters": [],
1313
"versionCode": 1,
1414
"versionName": "1.0.0",
15-
"outputFile": "per.goweii.layer.simple-1.0.0-1-release.apk"
15+
"outputFile": "per.goweii.layer.simple.apk"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)