Build fails after applovin-max-sdk update (with previous version 11.11.2.4 of applovin sdk works just fine)
SEVERE: /tmp/job15312669569038257061/upload/AndroidManifest.xml Error:
uses-sdk:targetSdkVersion 33 cannot be different than version android-TiramisuPrivacySandbox declared in library /tmp/.gradle/unpacked/com.applovin-applovin-sdk-12.0.0.aar/AndroidManifest.xml
I tried the new Bob, and it seems that the issue is not with Bob but with the server, judging by this log:
SEVERE: /tmp/job2203051106589191560/upload/AndroidManifest.xml Error:
uses-sdk:targetSdkVersion 33 cannot be different than version android-TiramisuPrivacySandbox declared in library /tmp/.gradle/unpacked/com.applovin-applovin-sdk-12.0.0.aar/AndroidManifest.xml
What does app loving dictate for version?
The message you posted suggests that they differ:
targetSdkVersion 33 cannot be different than version android-TiramisuPrivacySandbox
declared in library
/tmp/.gradle/unpacked/com.applovin-applovin-sdk-12.0.0.aar/AndroidManifest.xml
Devs from applovin confirm that there is a problem with this strange “android-TiramisuPrivacySandbox” variable, fix will be in next release. As a temporary solution they suggested to use overrideLibrary attribute in our manifest: