Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mamiiblt authored Nov 15, 2024
1 parent 246216d commit a20abd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Update versionName in build.gradle.kts
run: |
sed -i "s/versionName = \".*\"/versionName = \"${{ env.NEW_VERSION }}\"/" app/build.gradle.kts
sed -i "s/versionCode = .*/versionCode = ${NEW_VERSION_CODE}/" app/build.gradle.kts
sed -i "s/versionCode = .*/versionCode = ${ env.NEW_VERSION_CODE }/" app/build.gradle.kts
- name: cat build.gradle.kts
run: cat app/build.gradle.kts
Expand Down

0 comments on commit a20abd6

Please sign in to comment.