Marcel Reiter
Marcel Reiter
Are there any updates? We'd like to use this feature in an app displaying a one-time-password for two-step-verification similar to the [google authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) Usually, OTPs are valid 30 seconds, and...
Side note: IntelliJ has native support (e.g. syntax highlighting) for Json5 ([link](https://www.jetbrains.com/help/idea/json.html)), which would make this a cool feature for Android developers especially
Dupllicate of https://github.com/barteksc/AndroidPdfViewer/issues/1137
My workaround was the following: ``` - name: Get path of created apk id: retrieve-path run: echo "path=$(find app/build/outputs/apk/ -type f -name '*.apk')" >> $GITHUB_OUTPUT - name: Upload to App...