Open BenLaKnet opened 4 months ago
Hey thanks for this PR, I'm trying to make it work.
Seems like there's still something odd cause in com.google.android.play:core:1.10.3
AppUpdateManager still uses com.google.android.play.core.tasks.Task
. Am I doing something wrong?
/Users/andrea/Desktop/Projects/HUB/TCS-Hub-frontend/platforms/android/app/src/main/java/com/apache/cordova/appupdate/CDVAppUpdate.java:178: error: incompatible types: com.google.android.play.core.tasks.Task<AppUpdateInfo> cannot be converted to com.google.android.gms.tasks.Task<AppUpdateInfo>
Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager.getAppUpdateInfo();
^
Hi @afeurra, Have you changde only this 2 files or others ?
I just changed this twos file and all is running for me.
Hi! I finally managed to make this work. I have a lot of other plugins that are not fully maintained (I know I should fix this...). I just needed to roll back to
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Plugin's working great now! Thank you!
When publishing a new version of app, we have an issue from Google like: