https://github.com/ooftf/basic
android basic
https://github.com/ooftf/basic
Last synced: 5 months ago
JSON representation
android basic
- Host: GitHub
- URL: https://github.com/ooftf/basic
- Owner: ooftf
- Created: 2020-09-24T04:13:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T07:48:30.000Z (almost 5 years ago)
- Last Synced: 2023-07-26T22:02:42.841Z (almost 3 years ago)
- Language: Kotlin
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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