chore: Separate extensions by app (#3905)
This commit is contained in:
parent
69ec47cbef
commit
cc40246e60
314 changed files with 371 additions and 148 deletions
1
extensions/reddit/stub/src/main/AndroidManifest.xml
Normal file
1
extensions/reddit/stub/src/main/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1 @@
|
|||
<manifest/>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
package com.reddit.domain.model;
|
||||
|
||||
public class ILink {
|
||||
public boolean getPromoted() {
|
||||
throw new UnsupportedOperationException("Stub");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue