Skip to content

Commit

Permalink
Also suppress NewApi lint.
Browse files Browse the repository at this point in the history
Cide is protected from running on older API levels.
  • Loading branch information
prbprbprb committed Jan 13, 2025
1 parent 8b9a0a8 commit 562ad0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/src/main/java/org/conscrypt/AndroidHpkeSpi.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* Delegating wrapper for HpkeImpl that inherits the Android platform's SPI
* as well as Conscrypt's own.
*/
@SuppressWarnings("NewApi")
public class AndroidHpkeSpi implements android.crypto.hpke.HpkeSpi, org.conscrypt.HpkeSpi {
private final org.conscrypt.HpkeSpi delegate;

Expand Down

0 comments on commit 562ad0d

Please sign in to comment.