Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 294 Bytes

app_base

This is a base common module for app.

How to use?

In gradle:

compile 'com.category.base:app:1.0.17'

In maven:

<dependency> 
    <groupId>com.category.base</groupId> 
	<artifactId>app</artifactId> 
	<version>1.0.17</version>
	<type>pom</type> 
</dependency>