Skip to content

Latest commit

 

History

79 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic

Maven Central

描述

目的:减少同一功能类反复编写
要求:只收录使用率在90%以上的lib和class
目标:可以作为所有库的基础库的

引入方式

repositories {
    mavenCentral()
}
implementation 'com.github.ooftf:basic:0.3.0'

混淆

-keepnames class com.ooftf.basic.engine.serializable.Serializable
-keepnames class * extends com.ooftf.basic.engine.serializable.Serializable

About

android basic

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages