Skip to content

Commit dfcaa27

Browse files
committed
Build: Bump version to 1.0 and align artifact naming for F-Droid submission
1 parent 3227deb commit dfcaa27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
4646
- name: Rename and Upload APK
4747
run: |
48-
mv app/build/outputs/apk/release/app-release.apk MetaPurge-v1.0.apk
48+
mv app/build/outputs/apk/release/app-release.apk MetaPurge-1.0.apk
4949
5050
- name: Upload APK
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: MetaPurge-APK
54-
path: MetaPurge-v1.0.apk
54+
path: MetaPurge-1.0.apk

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk = 24
1414
targetSdk = 35
1515
versionCode = 1
16-
versionName = "v1.0"
16+
versionName = "1.0"
1717

1818
vectorDrawables {
1919
useSupportLibrary = true

0 commit comments

Comments
 (0)