cescobaz
cescobaz
Hello, same issue here, I have react-native 0.70.8.
I found a workaround: `org.jetbrains.kotlin:kotlin-gradle-plugin:null` has `null` version. The lib searches for kotlin version by the following line: File: https://github.com/segmentio/analytics-react-native/blob/7160d3d669502b390e9d6712c7db39b30c410e91/packages/sovran/android/build.gradle#L3 So it expects the version to be in the root...
Hello, same problem here and changing the tls_options doesn't help. My postfix server logs: ``` warning: TLS library problem: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331 ```
Ok, I finally got the working solution for me, I made mistake with the format of `server_name_indication` that must be a charlist ``` tls_options: [ versions: [:"tlsv1.3"], verify: :verify_peer, cacerts:...