getspherelabs / anypass-kmp

AnyPass: A Compose Multiplatform app for your all-in-one password manager
Apache License 2.0
232 stars 27 forks source link

Fix issue #92 in app update #103

Closed alibardide5124 closed 11 months ago

alibardide5124 commented 12 months ago

Fix issue #92. Implement in-app update with Google play APIs for android app.

behzodhalil commented 12 months ago

Hi, @alibardide5124!

I tried to merge your pull request, but it failed during the build stage in our CI process. Could you please check if you have the google-service.json file and remove it? Because during the build stage, it's automatically added in the app..

alibardide5124 commented 12 months ago

Hi @behzodhalil. I looked up my repository, but there was no such file. I didn't manually add google-service.json. Just made a InAppUpdate class and added com.google.android.play:app-update and com.google.android.play:app-update-ktx libraries.

Do these libraries make a problem when they are added?