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 0cd5210 commit d613594
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 "&-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 d613594

Please sign in to comment.