--- kind: pipeline type: docker name: Android steps: - name: build image: androidsdk/android-31 commands: - ./gradlew build