Skip to content

Commit

Permalink
actions: lite release name for playstore (fixes #3704) (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jun 27, 2024
1 parent 6b09360 commit 7d9e10f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
with:
fetch-depth: 1

- name: expose version from build.gradle
uses: dogi/[email protected]
with:
expose-version-name: 'true'
expose-version-code: 'true'

- name: diff the code to get lite
if: matrix.build == 'lite'
run: |
Expand All @@ -48,6 +42,12 @@ jobs:
cp "${file}.lite" "$file"
done
- name: expose version from build.gradle
uses: dogi/[email protected]
with:
expose-version-name: 'true'
expose-version-code: 'true'

- name: setup JDK 17
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1623
versionName "0.16.23"
versionCode 1624
versionName "0.16.24"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 7d9e10f

Please sign in to comment.