Skip to content

Commit

Permalink
Deprecation warning suppressed
Browse files Browse the repository at this point in the history
  • Loading branch information
umer0586 committed Feb 17, 2024
1 parent a16e658 commit b450091
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import java.net.SocketException
import java.net.UnknownHostException
import java.nio.ByteOrder

@Suppress("DEPRECATION")
fun WifiManager.getIp() : String?
{
var ipAddress = this.connectionInfo.ipAddress
Expand Down

0 comments on commit b450091

Please sign in to comment.