Skip to content

Commit

Permalink
feat: CD 빌드키 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed Aug 20, 2024
1 parent bc1a335 commit 665d3b1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.happy.friendogly",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 9,
"versionName": "0.3.4",
"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": 26
}

0 comments on commit 665d3b1

Please sign in to comment.