chenFlyingkite / MyAndroid

Formally for the library used

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyAndroid

Sample Library settings

https://github.com/chenFlyingkite/QQ

Latest version

  1. 引用 library 使用的 project : 參考 jitpack
  • 在 build.gradle 加上
allprojects {
    repositories {
        maven {
            url "https://jitpack.io" 
        }
    }
}
  • 在 yourLib/build.gradle 加上
dependencies { 
    ...
    //compile 'com.github.User:Repo:Tag'
    compile 'com.github.chenFlyingkite:MyAndroid:0.0.4'
}

About

Formally for the library used

License:Apache License 2.0


Languages

Language:Java 92.6%Language:Kotlin 7.4%