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

com.jdroid.android.googleplay.publisher.task.PublishMetadataTask 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 PublishMetadataTask extends BaseTask {
	
	public PublishMetadataTask() {
		setDescription("Publish metadata (feature/promo graphics, High resolution icon, screenshots, title, short and full descriptions) on Google Play");
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy