Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
534 B
Prolog
12 lines
534 B
Prolog
# R8/ProGuard rules for resbuilder_app.
|
|
|
|
# Gson reflects over the API data models. Keep their fields intact.
|
|
-keep class com.example.resbuilder.data.model.** { <fields>; }
|
|
|
|
# Keep the OkHttp client class and its members (OkHttp ships its own consumer rules,
|
|
# but ApiClient is referenced reflectively nowhere; keep it to be safe).
|
|
-keep class com.example.resbuilder.data.remote.ApiClient { *; }
|
|
|
|
# Credential Manager / Google Identity libs register via reflection.
|
|
-keep class com.google.android.libraries.identity.googleid.** { *; }
|