All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robolectric.shadows.ShadowNativeAllocationRegistry Maven / Gradle / Ivy

The newest version!
package org.robolectric.shadows;

import libcore.util.NativeAllocationRegistry;
import org.robolectric.annotation.Implements;

import static android.os.Build.VERSION_CODES.N;

@Implements(value = NativeAllocationRegistry.class, callThroughByDefault = false, minSdk = N, isInAndroidSdk = false)
public class ShadowNativeAllocationRegistry {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy