mirror of
https://github.com/fumiama/android-base16384.git
synced 2026-06-20 02:40:26 +08:00
v2.1.1
1. 修复 生成大文件卡顿
This commit is contained in:
4
app/.gitignore
vendored
4
app/.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
/build
|
/build
|
||||||
|
/release
|
||||||
|
/winrelease
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ android {
|
|||||||
applicationId "top.fumiama.base16384"
|
applicationId "top.fumiama.base16384"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName '2.1.1'
|
versionName '2.1.1'
|
||||||
resConfigs "zh", "en"
|
resConfigs "zh", "en"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 10,
|
"versionCode": 11,
|
||||||
"versionName": "2.1.1",
|
"versionName": "2.1.1",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user