- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
36 lines
995 B
Smali
36 lines
995 B
Smali
.class public final Lcom/ironsource/mediationsdk/config/VersionInfo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final BUILD_DATE:Ljava/lang/String; = "2024-09-26T11:33:51Z"
|
|
|
|
.field public static final BUILD_UNIX_TIME:J = 0x1922e1be032L
|
|
|
|
.field public static final DIRTY:I = 0x0
|
|
|
|
.field public static final GIT_BRANCH:Ljava/lang/String; = "release/8.4.0"
|
|
|
|
.field public static final GIT_DATE:Ljava/lang/String; = "2024-09-24T15:11:03Z"
|
|
|
|
.field public static final GIT_REVISION:I = 0x1
|
|
|
|
.field public static final GIT_SHA:Ljava/lang/String; = "8b48d21c390b5a17d6dee3de04fbc64a70e10ec6"
|
|
|
|
.field public static final MAVEN_GROUP:Ljava/lang/String; = ""
|
|
|
|
.field public static final MAVEN_NAME:Ljava/lang/String; = "android-mediation-sdk"
|
|
|
|
.field public static final VERSION:Ljava/lang/String; = "8.4.0"
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|