Android update app programmatically

后端 未结 2 1816
盖世英雄少女心
盖世英雄少女心 2020-12-10 06:28

I have an app, but I want to update it, I read some post of \"stackoverflow\" (update application programmatically)

Android programmatically update ap

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-10 07:05

    Try this option

    Add google library to update from the application

      dependencies {
    implementation 'com.google.android.play:core:1.5.0'
    ...}
    

    refer doc from below link

    https://developer.android.com/guide/app-bundle/in-app-updates#update_readiness

提交回复
热议问题