dependencies {
	def okHttpVersion =  project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.12.0"
	implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
	// def conscryptVersion =  project.hasProperty("conscryptVersion") ? project.conscryptVersion : "2.4.0"
	//  implementation "org.conscrypt:conscrypt-android:$conscryptVersion"
}
