Skip to content

Commit

Permalink
Merge pull request #157 from Semper-Viventem/master
Browse files Browse the repository at this point in the history
Release 0.26.5-beta
  • Loading branch information
Semper-Viventem authored Aug 21, 2024
2 parents f83b5ff + 9fd6400 commit 70d3002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-release-apk/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ls -a
git config --global --add safe.directory /github/workspace
hub checkout ${REPO_BRANCH:-master}
VERSION_NAME=`grep -oP 'versionName = "\K(.*?)(?=")' ./${APP_FOLDER}/build.gradle.kts`
hub release create -a ./${APP_FOLDER}/build/outputs/apk/${BUILD_FLAVOR}/${BUILD_TYPE}/*-${BUILD_TYPE}.apk -m "${RELEASE_TITLE} - v${VERSION_NAME}" v${VERSION_NAME}${TAG_SUFFIX}
hub release create -t ${REPO_BRANCH:-master} -a ./${APP_FOLDER}/build/outputs/apk/${BUILD_FLAVOR}/${BUILD_TYPE}/*-${BUILD_TYPE}.apk -m "${RELEASE_TITLE} - v${VERSION_NAME}" v${VERSION_NAME}${TAG_SUFFIX}
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
minSdk = 29
targetSdk = 35

versionCode = 1708536360
versionName = "0.26.4-beta"
versionCode = 1708536361
versionName = "0.26.5-beta"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 70d3002

Please sign in to comment.