安卓EasyLib的使用

hi_mydear_yuaner發表於2020-12-21

1,在安卓專案的gradle的allprojects新增引用格式如下:

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

2,在需要使用的模組新增需要的版本:

dependencies {
            implementation 'com.github.vagrantcode:AndroidEasyLib:1.04'
    }

3,

相關文章