rtc_prd/airhub_app/android/app/proguard-rules.pro
repair-agent 12bb369ac1 feat: add Android one-click login with dialog mode
- Integrate ali_auth plugin as local package (previously pub dependency)
- Fix AppCompatActivity ClassNotFoundException via proguard keep rules
- Add dialog popup mode matching iOS style (white background, rounded corners)
- Fix invisible login button by adding blue GradientDrawable background
- Add Airhub logo to authorization dialog via logoImgPath
- Fix auth page not closing after login by calling quitPage() on token success
- Update .gitignore to exclude plugin examples, screenshots, docs and backups

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 18:05:36 +08:00

7 lines
252 B
Prolog

# 阿里云一键登录SDK - 授权页需要 AppCompatActivity
-keep class androidx.appcompat.** { *; }
-keep class com.mobile.auth.** { *; }
-keep class com.cmic.** { *; }
-keep class com.alibaba.sdk.android.** { *; }
-keep class com.alicom.** { *; }