Pq 2 年 前
コミット
8727a23f9a

+ 2 - 2
BaseLibrary/src/main/res/layout/utils_toast_view.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<view xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     class="com.cooleshow.base.utils.ToastUtils$UtilsMaxWidthRelativeLayout"
     android:layout_width="wrap_content"
@@ -69,4 +69,4 @@
         android:textColor="#DE000000"
         android:textSize="14sp"
         tools:text="This is long text." />
-</view>
+</FrameLayout>

+ 2 - 2
student/build.gradle

@@ -18,8 +18,8 @@ android {
         applicationId "com.cooleshow.student"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 139
-        versionName "1.3.9"
+        versionCode 140
+        versionName "1.4.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 139
-        versionName "1.3.9"
+        versionCode 140
+        versionName "1.4.0"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }