1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-06 10:40:30 +08:00
1. 修复 生成大文件卡顿
This commit is contained in:
fumiama
2021-03-13 22:54:19 +08:00
parent 5deabc23db
commit ab21ca4943
5 changed files with 5 additions and 3 deletions

4
app/.gitignore vendored
View File

@@ -1 +1,3 @@
/build
/build
/release
/winrelease

View File

@@ -12,7 +12,7 @@ android {
applicationId "top.fumiama.base16384"
minSdkVersion 23
targetSdkVersion 30
versionCode 10
versionCode 11
versionName '2.1.1'
resConfigs "zh", "en"

Binary file not shown.

Binary file not shown.

View File

@@ -10,7 +10,7 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 10,
"versionCode": 11,
"versionName": "2.1.1",
"outputFile": "app-release.apk"
}