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

0 comments on commit 1d9138e

Please sign in to comment.