Commit Graph

13 Commits

Author SHA1 Message Date
Rahul Patel
dd7f495e26 update repository content filter
ag-coreservice has many transitive dependencies, for example:
- com.huawei.hms:ag-autoparcelable
- com.huawei.android.hms:security-base
- com.huawei.android.hms:security-ssl
- com.huawei.hms:installersdk

Setting a restrictive content filter results in gradle failure.
2025-12-24 12:58:47 +05:30
Rahul Patel
6d2c65dc7d nit picks 2025-12-24 12:43:39 +05:30
Rahul Patel
75abb23b70 Refine microG install logic & ui states 2025-12-24 12:29:49 +05:30
Aayush Gupta
cf75e9f9f1 REUSE compliance [1/*]
Resolve license and copyright issues for all files other than the "app/" module

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 14:45:44 +08:00
Aayush Gupta
31b1567c86 gradle: Limit huawei maven repo to coreservice
* We don't want any more modules from huawei's maven repo except coreservice
* Rename libs syntax to be more clear about developer

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-07-07 14:27:08 +08:00
Rahul Patel
aea945491d Allow huawei variants to install microG & support silent installs. 2025-07-05 14:59:41 +05:30
Aayush Gupta
fb3cc09ce2 gradle: Limit jitpack to libsu; drop unused google's maven repo
Ref: https://docs.gradle.org/current/userguide/declaring_repositories_adv.html#sec:repository-content-filtering

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
cabfaa983b Sync gplayapi 3.2.12 from jitpack
Jitpack seems fixed now

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-30 19:58:49 +05:30
Aayush Gupta
2739f2fbc9 gradle: Sync gplayapi from our gitlab package registry
Jitpack is having issues again for some reason

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 12:32:33 +05:30
Aayush Gupta
339ceb3ceb Partial-revert: gradle: Sync gplayapi from our gitlab package registry
Our maven repo still works, just that jitpack is a known repo at this point
and they have fixed the build issue we had.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-08 09:06:50 +01:00
Aayush Gupta
c99d213df3 gradle: Sync gplayapi from our gitlab package registry
jitpack is having frequent build issues and their github has over 1.5k+
open issues with majority having no replies. Better use something we can
manage and fix when required.

We are still dependent over jitpack for libsu though.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-29 00:41:13 +05:30
Aayush Gupta
396a3659fb gradle: Drop jcenter from repositories
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
c8228f45cc gradle: Migrate to Kotlin DSL
Kotlin DSL is the new default DSL for Android projects

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 22:32:35 +05:30