diff --git a/.gitignore b/.gitignore index 2b75303a..2a0d26c5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /build /captures .externalNativeBuild +*.apk diff --git a/app/build.gradle b/app/build.gradle index 8cfa639d..d9c77bc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } } } diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json new file mode 100644 index 00000000..b7652d72 --- /dev/null +++ b/app/release/output-metadata.json @@ -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" +} \ No newline at end of file