Skip to content

Commit

Permalink
v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcpnry committed Jul 31, 2023
1 parent 18238f3 commit 5d3d9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: Build Downloadable APK

on:
# push:
# branches:
# - master
push:
branches:
- main

# workflow_dispatch: trigger the workflow manually from the GitHub Actions page
# schedule:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 31
versionCode 2
versionName "2.3"
versionName "2.4"
}
buildTypes {
release {
Expand Down

0 comments on commit 5d3d9de

Please sign in to comment.