Parcourir la source

学生端1.6.0 老师端1.5.8

Pq il y a 11 mois
Parent
commit
f23d66cb10
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  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 158
-        versionName "1.5.8"
+        versionCode 160
+        versionName "1.6.0"
 
         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 158
-        versionName "1.5.8"
+        versionCode 159
+        versionName "1.5.9"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }