# R8/ProGuard rules for resbuilder_app. # Gson reflects over the API data models. Keep their fields intact. -keep class com.example.resbuilder.data.model.** { ; } # 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.** { *; }