Skip to content

Commit

Permalink
Changed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
angus6b23 committed Nov 10, 2023
1 parent e669e9c commit 017b7d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ lint/tmp/
#app/src/main/assets/capacitor.config.json
#app/src/main/assets/capacitor.plugins.json
#app/src/main/res/xml/config.xml
app/release/
38 changes: 19 additions & 19 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "app.hkTransport",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "app.hkTransport",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102,
"versionName": "1.0.2",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}

0 comments on commit 017b7d6

Please sign in to comment.