# Atools **Repository Path**: Linmuge/Atools ## Basic Information - **Project Name**: Atools - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-06-10 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Android实用工具合集-ATools - ### 分为两个版本 #### 由于时间有限,Java版本暂不维护,有需求可以使用kotlin版本,如遇bug可提issues kotlin `implementation 'com.gushenge.atools:kotlin:0.2.0' ` java `implementation 'com.gushenge.atools:java:0.1.9'` - ### 说明 APP的targetSdkVersion应大于23 两个仓库的targetSdkVersion都为29 - ### [具体功能](https://github.com/Gushenge/Atools/wiki) - ### [Demo 下载](https://www.coolapk.com/apk/244767) - 附: 所有已知仓库路径 url = https://github.com/Gushenge/Atools.git url = https://gitlab.com/Gushenge/Atools.git url = https://git.dev.tencent.com/Gushenge/Atools.git url = https://gitee.com/Gushenge/Atools.git ## LICENSE ``` Copyright 2019 Gushenge Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```