CrackMe.apk

Download file
    package androidx.lifecycle;

public interface ViewModelStoreOwner {
    ViewModelStore getViewModelStore();
}
    
Download file