Browse Source

1.3.2版本

Pq 2 năm trước cách đây
mục cha
commit
bd1ce7e58a
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  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 130
-        versionName "1.3.0"
+        versionCode 132
+        versionName "1.3.2"
 
         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 130
-        versionName "1.3.0"
+        versionCode 132
+        versionName "1.3.2"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }