wuhb 2 年之前
父节点
当前提交
950dfa2035
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/build.gradle

+ 3 - 2
app/build.gradle

@@ -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"
 }