wuhb 2 lat temu
rodzic
commit
950dfa2035
1 zmienionych plików z 3 dodań i 2 usunięć
  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"
 }