Version.smali 377 B

123456789101112131415161718192021
  1. .class public final Lokhttp3/internal/Version;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # direct methods
  5. .method private constructor <init>()V
  6. .locals 0
  7. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  8. return-void
  9. .end method
  10. .method public static userAgent()Ljava/lang/String;
  11. .locals 1
  12. const-string v0, "okhttp/3.9.0"
  13. return-object v0
  14. .end method