You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the 2.1.3 version of the library com.koushikdutta.async:androidasync to handle websockets and async HTTP calls in Simperium. After upgrading Gradle to 7.x in Simplenote, which uses the Simperium client, the debug builds break. androidasync crashes the app because of a java.lang.AssertionError.
According to koush/ion#937, the version 3.1.0 solves this problem.
The text was updated successfully, but these errors were encountered:
We use the
2.1.3
version of the librarycom.koushikdutta.async:androidasync
to handle websockets and async HTTP calls in Simperium. After upgrading Gradle to7.x
in Simplenote, which uses the Simperium client, the debug builds break.androidasync
crashes the app because of ajava.lang.AssertionError
.According to koush/ion#937, the version
3.1.0
solves this problem.The text was updated successfully, but these errors were encountered: