Skip to content

Commit

Permalink
First fully working version
Browse files Browse the repository at this point in the history
  • Loading branch information
yokai64 committed Jul 21, 2021
1 parent b994c9f commit b4d1f86
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file added app/release/Discord Timezone Tag Maker.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.yokai64.dttm",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">DTTM</string>
<string name="app_name">Discord Timezone Tag Maker</string>
<string-array name="displayModesArray">
<item>Default</item>
<item>Short Date [d]</item>
Expand Down

0 comments on commit b4d1f86

Please sign in to comment.