Skip to content

Commit 3b1a105

Browse files
committed
Fixing version code update in github workflow
1 parent dc33b14 commit 3b1a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Update Version Code in Android build
8080
working-directory: ./android
8181
run: |
82-
GRADLE_FILE=./app/build/.gradle
82+
GRADLE_FILE=./app/build.gradle
8383
8484
# Get curent version from build.gradle
8585
VERSION_CODE=$(grep versionCode $GRADLE_FILE | awk '{print $2}') || error "Failed to read Android versionCode"

0 commit comments

Comments
 (0)