ADD week 5

This commit is contained in:
2025-03-31 16:33:42 +02:00
parent 86f265f22d
commit bf645048e6
4927 changed files with 544053 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package androidx.emoji2.text.flatbuffer;
/* loaded from: classes.dex */
public class Constants {
static final int FILE_IDENTIFIER_LENGTH = 4;
static final int SIZEOF_BYTE = 1;
static final int SIZEOF_DOUBLE = 8;
static final int SIZEOF_FLOAT = 4;
static final int SIZEOF_INT = 4;
static final int SIZEOF_LONG = 8;
static final int SIZEOF_SHORT = 2;
public static final int SIZE_PREFIX_LENGTH = 4;
public static void FLATBUFFERS_1_12_0() {
}
}