删除aar包,改为用gradle的方式导入依赖
This commit is contained in:
@@ -26,11 +26,15 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation(name:'verifyedittextlibrary-release',ext:'aar')
|
||||
implementation 'com.github.cirno-poi:VerifyEditText:1.0.0'
|
||||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user