| | |
| | | ext.image_picker_version = '2.2.7' |
| | | ext.glide_version = '4.9.0' |
| | | ext.adaper_version = '2.9.46' |
| | | ext.file_download_version = '1.0.7' |
| | | ext.progressbar_version = '3.0.3' |
| | | |
| | | repositories { |
| | | jcenter() |
| | | mavenCentral() |
| | | google() |
| | | maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' } |
| | | } |
| | | dependencies { |
| | | classpath 'com.android.tools.build:gradle:3.5.2' |
| | |
| | | // in the individual module build.gradle files |
| | | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
| | | classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0' |
| | | |
| | | // 添加emas-services插件 |
| | | classpath 'com.aliyun.ams:emas-services:1.0.1' |
| | | } |
| | | } |
| | | |
| | |
| | | maven { url "https://jitpack.io" } |
| | | jcenter() |
| | | google() |
| | | maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' } |
| | | } |
| | | |
| | | // configurations.all { |