Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 1.41 KB

README.md

File metadata and controls

74 lines (61 loc) · 1.41 KB

AHEL

Android High Efficiency Library.

AHEL requires at minimum Android 5.0(Api level 21).

http

Gradle reference:

implementation 'wang.leal.ahel:http:latest'

bus

Gradle reference:

implementation 'wang.leal.ahel:bus:latest'

extension

Gradle reference:

implementation 'wang.leal.ahel:extension:latest'

image

Gradle reference:

implementation 'wang.leal.ahel:image:latest'

lifecycle

Gradle reference:

implementation 'wang.leal.ahel:lifecycle:latest'

player

Gradle reference:

implementation 'wang.leal.ahel:player:latest'

rxLifecycle

Gradle reference:

implementation 'wang.leal.ahel:lifecycle-rxjava:latest'

storage

Gradle reference:

implementation 'wang.leal.ahel:storage:latest'

utils

Gradle reference:

implementation 'wang.leal.ahel:utils:latest'

License

Copyright 2019 Leal Wang

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.