sinothk / AndroidBase

弃用:2019年8月26日 18:37:41

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidBase

AndroidBase

How to

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.sinothk.AndroidBase:All:2.1.0529'
}

参考:https://github.com/wildma/ScreenAdaptation

About

弃用:2019年8月26日 18:37:41


Languages

Language:Java 100.0%