Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@
-keep class org.drinkless.tdlib.** { *; }
-dontwarn org.drinkless.tdlib.**

# ============================================
# org.json — Android provides these at runtime; any bundled copy must not be
# renamed or R8 will produce org.json.b/c names that collide with the system
# classes and fail ART bytecode verification (VerifyError on app launch).
# ============================================
-keep class org.json.** { *; }

# ============================================
# App-specific keeps
# ============================================
Expand Down
Loading