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

com.jayway.maven.plugins.android.common.Const Maven / Gradle / Ivy

There is a newer version: 4.0.0-rc.2
Show newest version
package com.jayway.maven.plugins.android.common;

/**
 * Constants used by this plugin.
 */
public class Const
{
    public static class ArtifactType
    {
        public static final String NATIVE_HEADER_ARCHIVE = "har";
        public static final String NATIVE_IMPLEMENTATION_ARCHIVE = "a";
        public static final String NATIVE_SYMBOL_OBJECT = "so";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy