升级69版
This commit is contained in:
parent
d385764b56
commit
9364706365
@ -37,8 +37,8 @@ android {
|
|||||||
applicationId "com.arpa.hndahesudintocctmsdriver"
|
applicationId "com.arpa.hndahesudintocctmsdriver"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 68
|
versionCode 69
|
||||||
versionName "3.3.8"
|
versionName "3.3.9"
|
||||||
flavorDimensions "CHANNEL_VALUE"
|
flavorDimensions "CHANNEL_VALUE"
|
||||||
flavorDimensions "app_icon"
|
flavorDimensions "app_icon"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
@ -552,15 +552,15 @@ public class HomeFragment extends BaseFragment {
|
|||||||
startActivity(in4);
|
startActivity(in4);
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
// Intent in5 = new Intent(con, WebActivity.class);
|
Intent in5 = new Intent(con, WebActivity.class);
|
||||||
// in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
||||||
// in5.putExtra("title", "知识竞猜");
|
in5.putExtra("title", "知识竞猜");
|
||||||
// startActivity(in5);
|
startActivity(in5);
|
||||||
|
|
||||||
Intent in = new Intent(getContext(), WebActivity.class);
|
// Intent in = new Intent(getContext(), WebActivity.class);
|
||||||
in.putExtra("url", "http://192.168.1.152:8080");
|
// in.putExtra("url", "http://192.168.1.152:8080");
|
||||||
in.putExtra("title", "隐私政策");
|
// in.putExtra("title", "隐私政策");
|
||||||
getContext().startActivity(in);
|
// getContext().startActivity(in);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user