koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.51k stars 1.56k forks source link

Fixed failing assertion in AsyncSslSocketWrapper #686

Closed aantunovic closed 3 years ago

aantunovic commented 3 years ago

Resolves #685 Since android gradle plugin 4.1 assertions are enabled by default in debuggable builds.

Also updated gradle wrapper, migrated tests to androidx, and fixed sample project

koush commented 3 years ago

I believe the assertion was fixed in 3.1.0, can you verify?

aantunovic commented 3 years ago

Interesting, I looked yesterday on mvnrepository and 3.0.9 was the latest. But yes, I can confirm, it's fixed. Thanks!