|
|
@@ -9,8 +9,8 @@ android {
|
|
|
applicationId "com.qy.agv"
|
|
|
minSdk 27
|
|
|
targetSdk 31
|
|
|
- versionCode 1
|
|
|
- versionName "1.0"
|
|
|
+ versionCode 2
|
|
|
+ versionName "1.1.1"
|
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
}
|
|
|
@@ -47,4 +47,5 @@ dependencies {
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
implementation 'org.xutils:xutils:3.4.0'
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
|
|
+ implementation "org.greenrobot:eventbus:3.2.0"
|
|
|
}
|