1:修改K歌房
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 2,
|
||||
"versionName": "1.0.0.1",
|
||||
"outputFile": "羽声_1.0.0.1_2.apk"
|
||||
"versionCode": 40,
|
||||
"versionName": "1.0.5.2",
|
||||
"outputFile": "羽声_1.0.5.2_40.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File",
|
||||
@@ -22,14 +22,14 @@
|
||||
"minApi": 28,
|
||||
"maxApi": 30,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/1/羽声_1.0.0.1_2.dm"
|
||||
"baselineProfiles/1/羽声_1.0.5.2_40.dm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minApi": 31,
|
||||
"maxApi": 2147483647,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/0/羽声_1.0.0.1_2.dm"
|
||||
"baselineProfiles/0/羽声_1.0.5.2_40.dm"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi;
|
||||
package com.qxcm.qxlive;
|
||||
|
||||
import android.app.Activity;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi;
|
||||
package com.qxcm.qxlive;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
@@ -19,9 +19,9 @@ import java.util.List;
|
||||
|
||||
import io.reactivex.disposables.Disposable;
|
||||
|
||||
public class LaunchPresenter extends BasePresenter<LaunchContacter.View> implements LaunchContacter.ILoginPre {
|
||||
public class LaunchPresenter extends BasePresenter<com.qxcm.qxlive.LaunchContacter.View> implements com.qxcm.qxlive.LaunchContacter.ILoginPre {
|
||||
|
||||
public LaunchPresenter(LaunchContacter.View view, Context context) {
|
||||
public LaunchPresenter(com.qxcm.qxlive.LaunchContacter.View view, Context context) {
|
||||
super(view, context);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi.presenter;
|
||||
package com.qxcm.qxlive.presenter;
|
||||
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
Reference in New Issue
Block a user