Update docker images in CI config

This commit is contained in:
vanous
2022-08-20 21:15:08 +02:00
parent 62101db8cc
commit c53dfe8342
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline:
build:
image: androidsdk/android-30
image: cs8898/android-fdroid-sdk:31.0.0
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline:
tests:
image: androidsdk/android-30
image: cs8898/android-fdroid-sdk:31.0.0
commands:
- pwd #bump
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest