36 lines
1.1 KiB
Java
36 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
import java.util.Properties;
|
|
|
|
/* renamed from: o.yxG, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public final class C17699yxG {
|
|
static {
|
|
e();
|
|
}
|
|
|
|
private static String e() {
|
|
String implementationVersion = C17699yxG.class.getPackage().getImplementationVersion();
|
|
if (implementationVersion == null) {
|
|
try {
|
|
InputStream resourceAsStream = C17699yxG.class.getResourceAsStream("/google-http-client.properties");
|
|
if (resourceAsStream != null) {
|
|
try {
|
|
Properties properties = new Properties();
|
|
properties.load(resourceAsStream);
|
|
implementationVersion = properties.getProperty("google-http-client.version");
|
|
} finally {
|
|
}
|
|
}
|
|
if (resourceAsStream != null) {
|
|
resourceAsStream.close();
|
|
}
|
|
} catch (IOException unused) {
|
|
}
|
|
}
|
|
return implementationVersion;
|
|
}
|
|
}
|