Kai Bolay

Results 13 comments of Kai Bolay

``` [I] fireci.gradle: > Task :firebase-appdistribution-api:processDebugUnitTestManifest FAILED [I] fireci.gradle: /home/runner/work/firebase-android-sdk/firebase-android-sdk/firebase-appdistribution-api/build/intermediates/tmp/manifest/test/debug/tempFile1ProcessTestManifest6372995532334940287.xml:27:9-33:20 Error: [I] fireci.gradle: android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required...

> Thanks for the performance sample @jfcong! I'm a bit confused though - how does this PR relate to #1012? Seems like both add the iOS app distro sample. Does...

Thanks! That workaround is certainly better than what I did: ``` assume().that(javaUtilOptional.isPresent()).isTrue(); ``` Looking forward to #746,

This is a constant problem on my Pixel Fold. I don't need to rotate the screen to trigger the problem. Simply not using the app for a while makes the...

This can't be merged until https://github.com/fastlane/fastlane/pull/21777 is (partially) reverted to allow `google-cloud-env >= 2.0.0` which depends on [fastlane requiring Ruby >= 2.7](https://github.com/fastlane/fastlane/pull/21685). The current versions of the Google API clients...

It's possible that you are affected by #6655 - please make sure that you use ``` import com.google.firebase.appdistribution.gradle.firebaseAppDistribution ``` in your `build.gradle.kts` file. See [the documentation](https://firebase.google.com/docs/app-distribution/android/distribute-gradle#kotlin_4) for more details. I...

Thanks for clarifying. Sorry I didn't look closely enough. The MCVE is very helpful..