From 4aa4dc2a503bc81f79e459eef92e321c551a07f4 Mon Sep 17 00:00:00 2001 From: Fabrice Drouin Date: Tue, 10 Aug 2021 09:48:31 +0200 Subject: [PATCH] Set version to 0.5.3-SNASPHOT (#25) * Set version to 0.5.3-SNAPSHOT * Use Android API level 27 --- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- .github/workflows/test.yml | 2 +- build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51f7a61..4f2e83b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: if: matrix.os == 'macOS-latest' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 27 emulator-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none ndk: ${{ env.ANDROID_NDK_VERSION }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 7cfb084..6688373 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -88,7 +88,7 @@ jobs: if: matrix.os == 'macOS-latest' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 27 -build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none ndk: ${{ env.ANDROID_NDK_VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e65f18b..a94bebf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: if: matrix.os == 'macOS-latest' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 27 emulator-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none ndk: ${{ env.ANDROID_NDK_VERSION }} diff --git a/build.gradle.kts b/build.gradle.kts index 46ba98c..cfa10a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ buildscript { allprojects { group = "fr.acinq.secp256k1" - version = "0.5.2" + version = "0.5.3-SNAPSHOT" repositories { jcenter()