Skip to content

Commit 5da61b4

Browse files
committed
feat: input app plugin class from user
1 parent 787e0dc commit 5da61b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin/src/main/java/com/icst/plugin/builder/BlockIdleSdkExtension.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public abstract class BlockIdleSdkExtension {
3030

3131
public abstract Property<String> getMinSdkVersion();
3232

33+
public abstract Property<String> getAppPluginClass();
34+
3335
@Inject
3436
public BlockIdleSdkExtension(ObjectFactory objects) {
3537
}

0 commit comments

Comments
 (0)