fix: 修改git忽略规则

This commit is contained in:
2024-09-12 15:14:25 +08:00
parent 7cd7aa61d8
commit a976cb6b30
6 changed files with 1 additions and 37 deletions

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@
.cxx
local.properties
/.idea/*
/app/release/*

Binary file not shown.

View File

@@ -1,37 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.cariad.cea.aircondition",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-release.dm"
]
}
],
"minSdkVersionForDexing": 29
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB