Allow huawei variants to install microG & support silent installs.

This commit is contained in:
Rahul Patel
2025-07-05 14:59:41 +05:30
parent cfe52d5a04
commit aea945491d
44 changed files with 1662 additions and 145 deletions

View File

@@ -1,5 +1,6 @@
[versions]
activity = "1.10.1"
agCoreservice = "13.3.1.300"
androidGradlePlugin = "8.11.0"
androidx-hilt = "1.2.0"
androidx-junit = "1.2.1"
@@ -38,6 +39,7 @@ viewpager2 = "1.1.0"
work = "2.10.2"
[libraries]
ag-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" }
airbnb-epoxy-android = { module = "com.airbnb.android:epoxy", version.ref = "epoxy" }
airbnb-epoxy-processor = { module = "com.airbnb.android:epoxy-processor", version.ref = "epoxy" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity" }