com.jdroid.android.googleplay.publisher.task.MetadataVerificationTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdroid-gradle-googleplay-publisher-plugin Show documentation
Show all versions of jdroid-gradle-googleplay-publisher-plugin Show documentation
Gradle Plugin for Google Play API
package com.jdroid.android.googleplay.publisher.task;
import com.jdroid.android.googleplay.publisher.App;
import com.jdroid.android.googleplay.publisher.GooglePlayPublisher;
public class MetadataVerificationTask extends BaseTask {
public MetadataVerificationTask() {
setDescription("Verify that the content to upload to Google Play is valid.");
}
@Override
protected void onExecute(App app) {
GooglePlayPublisher.verifyMetadata(app);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy