- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
14 lines
355 B
Java
14 lines
355 B
Java
package androidx.datastore.migrations;
|
|
|
|
import java.util.LinkedHashSet;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class SharedPreferencesMigrationKt {
|
|
private static final Set<String> MIGRATE_ALL_KEYS = new LinkedHashSet();
|
|
|
|
public static final Set<String> getMIGRATE_ALL_KEYS() {
|
|
return MIGRATE_ALL_KEYS;
|
|
}
|
|
}
|