Files
rr3-apk/smali_classes3/com/google/firebase/platforminfo/KotlinDetector.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

27 lines
608 B
Smali

.class public abstract Lcom/google/firebase/platforminfo/KotlinDetector;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static detectVersion()Ljava/lang/String;
.locals 1
.line 31
:try_start_0
sget-object v0, Lkotlin/KotlinVersion;->CURRENT:Lkotlin/KotlinVersion;
invoke-virtual {v0}, Lkotlin/KotlinVersion;->toString()Ljava/lang/String;
move-result-object v0
:try_end_0
.catch Ljava/lang/NoClassDefFoundError; {:try_start_0 .. :try_end_0} :catch_0
return-object v0
:catch_0
const/4 v0, 0x0
return-object v0
.end method