All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jdroid.android.googleplay.publisher.task.PromoteFromBetaToProductionTask Maven / Gradle / Ivy

There is a newer version: 3.9.1
Show newest version
package com.jdroid.android.googleplay.publisher.task;

import com.jdroid.android.googleplay.publisher.App;
import com.jdroid.android.googleplay.publisher.GooglePlayPublisher;

public class PromoteFromBetaToProductionTask extends BaseTask {
	
	public PromoteFromBetaToProductionTask() {
		setDescription("Promote a current beta to production");
	}

	@Override
	protected void onExecute(App app) {
		GooglePlayPublisher.promoteFromBetaToProduction(app);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy