Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
remove extra imports on android
Browse files Browse the repository at this point in the history
  • Loading branch information
kolserdav committed Aug 12, 2023
1 parent 3cfea2f commit 37d46b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions android/app/src/main/java/com/kolserdav/ana/Helper.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,9 @@
import androidx.core.content.ContextCompat;

import java.io.UnsupportedEncodingException;
import java.net.Socket;
import java.net.URLDecoder;
import java.security.cert.X509Certificate;
import java.util.Locale;

import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLEngine;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509ExtendedTrustManager;


public class Helper extends Config {

Expand Down

0 comments on commit 37d46b4

Please sign in to comment.