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 1d9138e commit dc7f025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +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.]\+\"$#" app/build.gradle
sed -i 's/versionName "[0-9.]\+"/versionName "&-lite"/' app/build.gradle
cat app/build.gradle | grep versionName\ \"
fi
Expand Down

0 comments on commit dc7f025

Please sign in to comment.