Wrong applovin version downloaded #653
Closed
OceanBreezeGames
started this conversation in
General
Replies: 1 comment
-
Looks like it's updated to 12.4.2 now, must have just caught it in some transition state by fluke. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I have this line in my gradle:
implementation 'com.applovin:applovin-sdk:+
It downloads a 12.4.1 jar (which causes my app to not compile) even though the latest is 12.4.0 (https://github.com/AppLovin/AppLovin-MAX-SDK-Android/releases/tag/release_12_4_0).
Manually putting the version like below makes the app able to compile and run properly:
implementation 'com.applovin:applovin-sdk:12.4.0
Any ideas why that would be, I've been using the :+ method for the past 6 months without issue until today.
Beta Was this translation helpful? Give feedback.
All reactions