Add androidx Fragment support

This commit is contained in:
Tony Torralba
2022-08-19 16:32:06 +02:00
parent 93fc952ef1
commit 794fd976a9
26 changed files with 739 additions and 333 deletions

View File

@@ -0,0 +1,8 @@
// Generated automatically from androidx.lifecycle.LifecycleObserver for testing purposes
package androidx.lifecycle;
public interface LifecycleObserver
{
}