v2.5.7 - Fixed checkbox bug and github actions regression

pull/87/head
Arty Bishop 2021-10-29 18:48:03 +01:00
rodzic a6f772f4de
commit 5ba7ee746c
4 zmienionych plików z 18 dodań i 12 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ jobs:
- name: Setup java environment
uses: actions/setup-java@v1
with: {java-version: 11}
with: { java-version: 11 }
- name: Assemble APK and Bundle
run: |
@ -46,18 +46,22 @@ jobs:
env:
BUILD_TOOLS_VERSION: "31.0.0"
# - name: Deploy Bundle to Play Store
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{secrets.SERVICE_ACCOUNT_JSON}}
# packageName: com.rtbishop.look4sat
# track: production
# whatsNewDirectory: fastlane/metadata/android/en-US/whatsnew
# releaseFiles: ${{steps.sign_bundle.outputs.signedReleaseFile}}
- name: Rename APK
run: |
mv ${{steps.sign_apk.outputs.signedReleaseFile}} app/build/outputs/apk/release/look4sat.apk
- name: Deploy Bundle to Play Store
uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{secrets.SERVICE_ACCOUNT_JSON}}
packageName: com.rtbishop.look4sat
track: production
whatsNewDirectory: fastlane/metadata/android/en-US/whatsnew
releaseFiles: ${{steps.sign_bundle.outputs.signedReleaseFile}}
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: ${{steps.sign_apk.outputs.signedReleaseFile}}
artifacts: app/build/outputs/apk/release/look4sat.apk
bodyFile: fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US
token: ${{ secrets.RELEASE_TOKEN }}

Wyświetl plik

@ -14,8 +14,8 @@ android {
minSdkVersion 21
resConfigs "en,ru"
targetSdkVersion 31
versionCode 256
versionName "2.5.6"
versionCode 257
versionName "2.5.7"
kapt {
arguments {

Wyświetl plik

@ -1,6 +1,7 @@
Reverted API version to v21, Android 5.0
Fixed antenna rotator control issue #69
Fixed Redmi dark theme colors bug
Fixed satellite selection checkbox click bug
Switched to grid layout in entries list
Fetching satellite data asynchronously
Added toggle from pass view to map view #68

Wyświetl plik

@ -1,6 +1,7 @@
Reverted API version to v21, Android 5.0
Fixed antenna rotator control issue #69
Fixed Redmi dark theme colors bug
Fixed satellite selection checkbox click bug
Switched to grid layout in entries list
Fetching satellite data asynchronously
Added toggle from pass view to map view #68