Skip to content

JamesYang1624/httpFlow

Repository files navigation

🚀🚀🚀httpFlow🚀🚀🚀

  • 本项目采用MVVM架构
  • 使用google Jetpack组件
  • 整合大部分的工具类

集成方式

  1. 在project的build.gradle中:
buildscript {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. 在app的build.gradle中:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages