We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bd78d commit cd8846fCopy full SHA for cd8846f
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Publish release
46
uses: softprops/action-gh-release@v2
47
with:
48
- tag_name: v${{ github.ref_name }}
+ tag_name: ${{ github.ref_name }}
49
generate_release_notes: true
50
fail_on_unmatched_files: true
51
files: dev.rushii.xspoofsignatures-${{ github.ref_name }}.apk
app/build.gradle.kts
@@ -10,8 +10,8 @@ android {
10
applicationId = "dev.rushii.xspoofsignatures"
11
minSdk = 3 // Yes, this is accurate
12
targetSdk = 35
13
- versionCode = 1
14
- versionName = "1.0.0"
+ versionCode = 2
+ versionName = "1.0.1"
15
}
16
17
signingConfigs {
0 commit comments