com.jdroid.android.googleplay.publisher.task.PromoteFromInternalToBetaTask Maven / Gradle / Ivy
package com.jdroid.android.googleplay.publisher.task;
import com.jdroid.android.googleplay.publisher.App;
import com.jdroid.android.googleplay.publisher.GooglePlayPublisher;
public class PromoteFromInternalToBetaTask extends BaseTask {
public PromoteFromInternalToBetaTask() {
setDescription("Promote a current internal to beta");
}
@Override
protected void onExecute(App app) {
GooglePlayPublisher.promoteFromInternalToBeta(app);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy