jonasbark / flutter_in_app_update

Flutter Plugin: Enables In App Updates on Android using the official Android APIs.
Other
323 stars 79 forks source link

plugin compile againsts old android sdk and fail if missing #126

Open qeepcologne opened 1 month ago

qeepcologne commented 1 month ago
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':in_app_update:compileDebugAidl'.
> Failed to find Platform SDK with path: platforms;android-31

if in install android sdk 31 manually, working fine. please update compileSdkVersion to 34 (default of flutter created android project)