com.github.androidop.Optimize Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cuiy-ant-task Show documentation
Show all versions of cuiy-ant-task Show documentation
optimize android applications
The newest version!
package com.github.androidop;
public class Optimize {
public void execute() {
System.out.println("Optimizing Android Applications");
}
}