An open API service indexing awesome lists of open source software.

https://github.com/ooftf/basic

android basic
https://github.com/ooftf/basic

Last synced: 5 months ago
JSON representation

android basic

Awesome Lists containing this project

README

          

# Basic
![Maven Central](https://img.shields.io/maven-central/v/com.github.ooftf/basic)
## 描述
目的:减少同一功能类反复编写
要求:只收录使用率在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