Change pkg name

This commit is contained in:
Nova Cat 2025-03-14 17:12:51 -07:00
parent cd4217a7b8
commit f3568f9301
7 changed files with 37 additions and 0 deletions
app
release
src/main/java/codes/swee/diceapp

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,37 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "codes.swee.DiceAppM3",
"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": 21
}