Pinned Loading
-
KnHttp
KnHttp PublicForked from amitshekhariitbhu/Fast-Android-Networking
🚀 Fast Android HTTP Client which supports HTTP/2, TLS 1.3 and Brotli 🚀
-
Android: TLS 1.3 with OkHttp and Con...
Android: TLS 1.3 with OkHttp and Conscrypt on all Android versions (Tested on 4.1+) 1// Android 4.1+
2dependencies {
3implementation 'com.squareup.okhttp3:okhttp:3.12.13'
4implementation 'org.conscrypt:conscrypt-android:2.5.2'
5}
-
PHP version_compare ported to Java a...
PHP version_compare ported to Java and Android 1import androidx.annotation.NonNull;
2import java.util.Arrays;
3import java.util.HashMap;
4import java.util.LinkedList;
5import java.util.List;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.