Browse Source

修改

炒锅机器人_一拖多
liup 1 month ago
parent
commit
8739e95f57
3 changed files with 22 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -1
      app/build.gradle
  3. +20
    -0
      app/release/output-metadata.json

+ 1
- 0
.gitignore View File

@@ -11,3 +11,4 @@
/build
/captures
.externalNativeBuild
*.apk

+ 1
- 1
app/build.gradle View File

@@ -76,7 +76,7 @@ android {
}
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "shmz-xiaochao-v${defaultConfig.versionCode}-${releaseTime()}"+"-unsigned-${variant.name}.apk"
outputFileName = "robot-xiaochao-v${defaultConfig.versionCode}-${releaseTime()}"+"-unsigned-${variant.name}.apk"
}
}
}


+ 20
- 0
app/release/output-metadata.json View File

@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.bonait.wokrobot",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102,
"versionName": "1.0.2",
"outputFile": "shmz-xiaochao-v102-202409212330-unsigned-release.apk"
}
],
"elementType": "File"
}

Loading…
Cancel
Save