We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc33b14 commit 3b1a105Copy full SHA for 3b1a105
.github/workflows/build-android.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Update Version Code in Android build
80
working-directory: ./android
81
run: |
82
- GRADLE_FILE=./app/build/.gradle
+ GRADLE_FILE=./app/build.gradle
83
84
# Get curent version from build.gradle
85
VERSION_CODE=$(grep versionCode $GRADLE_FILE | awk '{print $2}') || error "Failed to read Android versionCode"
0 commit comments