Updates: Use appropriate certificate to verify and purchase apps

* Only show updates for devices that has atleast one matching certificate
* On Android 9.0+ devices, purchase apps with latest certificate's hash while updating
  to support key rotations

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-12-29 14:16:33 +05:30
parent 8f788dc01f
commit e66c558f82
6 changed files with 100 additions and 61 deletions

View File

@@ -159,7 +159,7 @@ dependencies {
implementation("com.github.topjohnwu.libsu:core:5.0.5")
//Love <3
implementation("com.aurora:gplayapi:3.2.8")
implementation("com.aurora:gplayapi:3.2.9")
//Browser
implementation("androidx.browser:browser:1.7.0")