Version bump to 4.3.3-beta.2

- minor workflow changes
This commit is contained in:
Ricki Hirner 2023-05-13 14:21:02 +02:00
parent 34cc3ac670
commit 2f1757bb78
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Run lint and unit tests
run: ./gradlew --no-daemon app:check
run: ./gradlew app:check
- name: Archive results
uses: actions/upload-artifact@v2
with:
@ -74,7 +74,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew --no-daemon app:connectedCheck
script: ./gradlew app:connectedCheck
- name: Archive results
if: always()

View file

@ -16,8 +16,8 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 403030001
versionName '4.3.3-beta.1'
versionCode 403030002
versionName '4.3.3-beta.2'
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"