Browse Source

165版本

Pq 8 months ago
parent
commit
e0cc3c38de
2 changed files with 4 additions and 4 deletions
  1. 2 2
      student/build.gradle
  2. 2 2
      teacher/build.gradle

+ 2 - 2
student/build.gradle

@@ -18,8 +18,8 @@ android {
         applicationId "com.cooleshow.student"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 163
-        versionName "1.6.3"
+        versionCode 165
+        versionName "1.6.5"
 
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"

+ 2 - 2
teacher/build.gradle

@@ -20,8 +20,8 @@ android {
         applicationId "com.cooleshow.teacher"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 163
-        versionName "1.6.3"
+        versionCode 165
+        versionName "1.6.5"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }