Pq 2 éve
szülő
commit
cc9b8c2016

+ 2 - 2
student/build.gradle

@@ -18,8 +18,8 @@ android {
         applicationId "com.cooleshow.student"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 1
-        versionName "1.0"
+        versionCode 100
+        versionName "1.0.0"
 
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"

+ 1 - 0
student/src/main/java/com/cooleshow/student/ui/web/AccompanyFragment.java

@@ -1352,6 +1352,7 @@ public class AccompanyFragment extends BaseMVPFragment<FragmentAccompanyBinding,
                             @Override
                             public void onclick(SnsPlatform snsPlatform, SHARE_MEDIA share_media) {
                                 UMWeb video = new UMWeb(videoUrl);
+                                video.setTitle(shareTitle);
                                 video.setDescription(shareDesc.isEmpty() ? shareTitle : shareDesc);
                                 new ShareAction(getActivity()).withMedia(video)
                                         .setPlatform(share_media)

+ 2 - 2
teacher/build.gradle

@@ -20,8 +20,8 @@ android {
         applicationId "com.cooleshow.teacher"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 1
-        versionName "1.0"
+        versionCode 100
+        versionName "1.0.0"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }

+ 1 - 0
teacher/src/main/java/com/cooleshow/teacher/ui/web/AccompanyFragment.java

@@ -1350,6 +1350,7 @@ public class AccompanyFragment extends BaseMVPFragment<FragmentAccompanyBinding,
                             @Override
                             public void onclick(SnsPlatform snsPlatform, SHARE_MEDIA share_media) {
                                 UMWeb video = new UMWeb(videoUrl);
+                                video.setTitle(shareTitle);
                                 video.setDescription(shareDesc.isEmpty() ? shareTitle : shareDesc);
                                 new ShareAction(getActivity()).withMedia(video)
                                         .setPlatform(share_media)