Hello,
I am building my project on Felo Cloud Build. Recently it started failing because of below error:
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':bundleDebugResources'. ⋗ A failure occurred while executing com.android.build.gradle.internal.res.Aapt2ProcessResourcesRunnable ⋗ Android resource linking failed ~/project/repo/Fortify/build-android/android-build/build/intermediates/bundle_manifest/debug/AndroidManifest.xml:114: error: 'specialUse' is incompatible with attribute foregroundServiceType (attr) flags [camera=64, connectedDevice=16, dataSync=1, location=8, mediaPlayback=2, mediaProjection=32, microphone=128, phoneCall=4]. error: failed processing manifest.
This is happening after adding new ‘specialUse’ value for foregroundServiceType attribute in AndroidMenifest.xml
I am using Android 34 SDK. Locally I am able to build but Felgo Cloud it is failing.