Skip to content

Commit

Permalink
Fix CI workflow, and update listing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Oct 3, 2024
1 parent fe5a7ef commit ffd13ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
name: mappings
path: "app/build/outputs/mapping/release"
- name: Upload apks to release assets
if: ${{ (github.event_name == 'release') }}
run: |
curl --fail -L \
-X POST \
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 1727979000
versionCode = 1727981000
versionName = "2024.10.03"
applicationId = "alt.nainapps.aer"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Private local storage utility application for android, with support for secondary storage media (~ encrypted SD cards)
Private storage utility for android with support for external storage media

0 comments on commit ffd13ec

Please sign in to comment.