Commit 2afc382
fix: remove unused Condom library to fix build issues
- Removed unused CondomContext import from App.java
- Commented out Condom library dependency due to JitPack connectivity issues
- Library was imported but not actually used in the codebase
This fixes build failures caused by JitPack being unreachable while maintaining
full app functionality. The app already targets Android API level 36, which
exceeds Google Play's requirement of API level 35 by August 31, 2025.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent e426898 commit 2afc382
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments