version:1.1.3
fix:iplay50se适配 update:
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
|||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 2
|
versionCode 5
|
||||||
versionName "1.1"
|
versionName "1.1.3"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ public class CommonConfig {
|
|||||||
public static final String CLOUD_LESSON_SETTINGS_KEY = "cloud_lesson_settings_key";
|
public static final String CLOUD_LESSON_SETTINGS_KEY = "cloud_lesson_settings_key";
|
||||||
|
|
||||||
public static final String isLogined = "isLogined";
|
public static final String isLogined = "isLogined";
|
||||||
public static final String AES_KEY = "0123456789ABCDEF";
|
public static final String AES_KEY = "xqdep8exnafpef3d";
|
||||||
|
|
||||||
|
|
||||||
/*是否激活接口请求缓存*/
|
/*是否激活接口请求缓存*/
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ public class RemoteManager {
|
|||||||
// }
|
// }
|
||||||
if (mGetInfoInterface != null) {
|
if (mGetInfoInterface != null) {
|
||||||
try {
|
try {
|
||||||
return mGetInfoInterface.getPushMac();
|
return mGetInfoInterface.getSerial();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.e(TAG, "getSerial: " + e.getMessage());
|
Log.e(TAG, "getSerial: " + e.getMessage());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user