We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb3a09 commit 2c8ee30Copy full SHA for 2c8ee30
.github/workflows/.build-auto.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
avdl:
13
- uses: tomtsagk/avdl/.github/workflows/.compile_avdl_project.yml@b970aa04496d1a3f88cc195fb40caff4ec545ff7
+ uses: tomtsagk/avdl/.github/workflows/.compile_avdl_project.yml@ea4753263c033c291f9cb7ea8c8e3317de555c3b
14
with:
15
project_name: rue
16
build_android: true
app.avdl
@@ -3,11 +3,11 @@ name: Rue
3
4
# An ever increasing integer
5
# used to be able to compare versions
6
-version_code: 28
+version_code: 29
7
8
# A human-readable version, usually with the
9
# notation [Major].[Minor].[Patch]
-version_name: 1.5.2
+version_name: 1.5.3
# Updates on the project's build
# while the project remains the same
0 commit comments