Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Dec 15, 2023
1 parent d613594 commit 144f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
app/src/main/java/org/ole/planet/myplanet/base/PermissionActivity.java \
app/src/main/java/org/ole/planet/myplanet/ui/dashboard/DashboardActivity.java
cat app/build.gradle | grep versionName\ \"
sed -i 's/versionName "[0-9.]\+"$/versionName "[0-9.]\+-lite"$/' app/build.gradle
sed -i "s#versionName\ \"[0-9.]\+\"$#versionName\ \"[0-9.]\+-lite\"$#" app/build.gradle
cat app/build.gradle | grep versionName\ \"
fi
Expand Down

0 comments on commit 144f499

Please sign in to comment.