|
@@ -4,7 +4,6 @@ plugins {
|
|
|
|
|
|
android {
|
|
android {
|
|
compileSdkVersion 30
|
|
compileSdkVersion 30
|
|
- buildToolsVersion "30.0.1"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
minSdkVersion 14
|
|
@@ -31,19 +30,19 @@ android {
|
|
dependencies {
|
|
dependencies {
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
- implementation 'com.google.android.material:material:1.2.1'
|
|
|
|
- testImplementation 'junit:junit:4.+'
|
|
|
|
|
|
+ implementation 'com.google.android.material:material:1.3.0'
|
|
|
|
+ testImplementation 'junit:junit:4.13.2'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
|
|
|
- api 'com.yanyi.benyanyi:Logger:1.0.4'
|
|
|
|
- api 'com.yanyi.benyanyi:PermissionHelper:1.1.3'
|
|
|
|
- api 'com.yanyi.benyanyi:BindView:1.0.9'
|
|
|
|
- api 'com.yanyi.benyanyi:okhttplib:2.0.6'
|
|
|
|
- api 'com.yanyi.benyanyi:BasicView:1.1.2'
|
|
|
|
- api 'com.yanyi.benyanyi:basesqlite:1.1.5-2'
|
|
|
|
- api 'com.yanyi.benyanyi:floatinginputbox:1.0.4'
|
|
|
|
- api 'com.yanyi.benyanyi:picker:1.0.7'
|
|
|
|
- api 'com.yanyi.benyanyi:DateSelect:1.0.2'
|
|
|
|
|
|
+ api 'com.yanyi.benyanyi:Logger:1.0.5'
|
|
|
|
+ api 'com.yanyi.benyanyi:PermissionHelper:1.1.4'
|
|
|
|
+ api 'com.yanyi.benyanyi:BindView:1.1.0'
|
|
|
|
+ api 'com.yanyi.benyanyi:okhttplib:2.0.8'
|
|
|
|
+ api 'com.yanyi.benyanyi:BasicView:1.1.3'
|
|
|
|
+ api 'com.yanyi.benyanyi:basesqlite:1.1.6'
|
|
|
|
+ api 'com.yanyi.benyanyi:floatinginputbox:1.0.5'
|
|
|
|
+ api 'com.yanyi.benyanyi:picker:1.0.8'
|
|
|
|
+ api 'com.yanyi.benyanyi:DateSelect:1.0.4-base1'
|
|
}
|
|
}
|
|
apply from: 'bintrayUpload.gradle'
|
|
apply from: 'bintrayUpload.gradle'
|