We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5445c7e commit 00d27fbCopy full SHA for 00d27fb
.github/workflows/android-ci.yml
@@ -37,7 +37,15 @@ jobs:
37
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
38
restore-keys: |
39
${{ runner.os }}-gradle-
40
-
+
41
+ # Change the version of the project
42
+ - name: Bump version
43
+ uses: Swisyn/android-version-generator-actions@v1.5
44
+ with:
45
+ gradlePath: app/build.gradle.kts
46
+ versionCode: ${{github.run_number}}
47
+ versionName: 0.1.${{github.run_number}}
48
49
# Build and run unit tests
50
- name: Build
51
run: ./gradlew assembleRelease --no-daemon
0 commit comments