大碰撞之旅
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.dj.kbbqq.mi'
|
||||
namespace 'com.dj.dpzzl.mi'
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '30.0.1'
|
||||
compileOptions {
|
||||
@@ -23,7 +23,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
applicationId 'com.dj.kbbqq.mi'
|
||||
applicationId 'com.dj.dpzzl.mi'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags "-std=c++11"
|
||||
@@ -56,14 +56,14 @@ android {
|
||||
ndkVersion '21.1.6352462'
|
||||
|
||||
MiAdConfig {
|
||||
banner = "bcd511c535ecc305ae8443d3c70b563f"
|
||||
interstitial = "dd6f59af288e4a3d5f7f22e0b3b789d7"
|
||||
fullInterstitial = "d0761b9d3883ed45ba5f84d683dc0881"
|
||||
templateA = "6b89dc3a6bc52622171daa7e73c2a2a4"
|
||||
templateB = "c4ad88b956f007dd860ce7b7a153400a"
|
||||
templateC = "18e00ceb62cc8e9af4907a11f40a741c"
|
||||
templateD = "9f5a2c3ca6c9c816b3b9ebdff72f1474"
|
||||
reward = "d868d20d1615277780ae720f202ce140"
|
||||
banner = "bade8048b8504c0dd00269a0d52978b0"
|
||||
interstitial = "f7f826ff4f92ea6cb4505219184d9f1c"
|
||||
fullInterstitial = "1f62333d25a9f88d275b95ed895575a7"
|
||||
templateA = "6021793606e1c70acc4c6e7d86c1b9e9"
|
||||
templateB = "09da82d6e3d09fd8eb69b94004f4ead8"
|
||||
templateC = "defa9154c6eb5be73370c23710a79845"
|
||||
templateD = "344e3940496a083dc9885a0477cfeef7"
|
||||
reward = "ab32e2c1739cce7b107d20dbf5084e04"
|
||||
}
|
||||
//测试
|
||||
// TTAdConfig {
|
||||
@@ -77,21 +77,21 @@ android {
|
||||
// }
|
||||
|
||||
TTAdConfig {
|
||||
TTAppID = "5738608"
|
||||
TTNative = "970331645"
|
||||
TTBanner = "970331647"
|
||||
TTReward = "970331652"
|
||||
TTDrawFeedAd = "970331653"
|
||||
TTSplashAd = "892648207"
|
||||
TTFullScreenVideo = "970331651"
|
||||
TTAppID = "5738643"
|
||||
TTNative = "970340834"
|
||||
TTBanner = "970340854"
|
||||
TTReward = "970340941"
|
||||
TTDrawFeedAd = "970340969"
|
||||
TTSplashAd = "892651665"
|
||||
TTFullScreenVideo = "970340909"
|
||||
}
|
||||
|
||||
|
||||
GDTAdConfig {
|
||||
GDTAppId = "1211155513"
|
||||
GDTRewardId = "8280747171480094"
|
||||
GDTBannerId = "9280441101489115"
|
||||
GDTNativeId = "9280447141580121"
|
||||
GDTAppId = "1211155694"
|
||||
GDTRewardId = "3270045232299012"
|
||||
GDTBannerId = "5250043232396650"
|
||||
GDTNativeId = "1220649202894238"
|
||||
}
|
||||
|
||||
ext {
|
||||
@@ -100,7 +100,7 @@ android {
|
||||
ad_strategy = "version4"
|
||||
gameActivity = "com.unity3d.player.UnityPlayerActivity"
|
||||
// checkDuplicateXmlAttributes = true
|
||||
// setPackageName = "com.dj.kbbqq.mi"
|
||||
// setPackageName = "com.dj.dpzzl.mi"
|
||||
// findStr = "com.mm.rzcf.mi"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.dj.kbbqq.mi"
|
||||
package="com.dj.dpzzl.mi"
|
||||
platformBuildVersionCode="31"
|
||||
platformBuildVersionName="12"
|
||||
android:compileSdkVersion="31"
|
||||
@@ -294,10 +294,10 @@
|
||||
|
||||
<meta-data
|
||||
android:name="wb_mi_appid"
|
||||
android:value="wb_2882303761520139643" />
|
||||
android:value="wb_2882303761520431741" />
|
||||
<meta-data
|
||||
android:name="wb_mi_appkey"
|
||||
android:value="wb_5212013975643" />
|
||||
android:value="wb_5812043180741" />
|
||||
<meta-data
|
||||
android:name="wb_mi_appsecret"
|
||||
android:value="wb_9AeljAKZuWfctU0qBd7KxA==" />
|
||||
|
||||
@@ -173,7 +173,7 @@ public final class ResourceManagerInternal {
|
||||
return;
|
||||
}
|
||||
this.mHasCheckedVectorDrawableSetup = true;
|
||||
Drawable drawable = VectorDrawableCompat.create(context.getResources(),com.dj.kbbqq.mi.R.drawable.float_new_msg_win_line,context.getTheme());
|
||||
Drawable drawable = VectorDrawableCompat.create(context.getResources(),com.dj.dpzzl.mi.R.drawable.float_new_msg_win_line,context.getTheme());
|
||||
if (drawable == null || !isVectorDrawable(drawable)) {
|
||||
this.mHasCheckedVectorDrawableSetup = false;
|
||||
throw new IllegalStateException("This app has been built with an incorrect configuration. Please configure your build for VectorDrawableCompat.");
|
||||
|
||||
@@ -4,7 +4,7 @@ import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.dj.kbbqq.mi.R;
|
||||
import com.dj.dpzzl.mi.R;
|
||||
import com.unity3d.player.UnityPlayerActivity;
|
||||
import com.xiaomi.gamecenter.sdk.MiCommplatform;
|
||||
import com.xiaomi.gamecenter.sdk.OnLoginProcessListener;
|
||||
|
||||
@@ -9,7 +9,7 @@ import android.view.ViewGroup;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.android.boot.Logger;
|
||||
import com.android.boot.ad.proxy.RefInvoke;
|
||||
import com.dj.kbbqq.mi.R;
|
||||
import com.dj.dpzzl.mi.R;
|
||||
|
||||
import java.io.IOException;
|
||||
import okhttp3.OkHttpClient;
|
||||
|
||||
@@ -18,7 +18,7 @@ import android.widget.TextView;
|
||||
|
||||
import com.android.boot.HealthActivity;
|
||||
import com.android.boot.Logger;
|
||||
import com.dj.kbbqq.mi.R;
|
||||
import com.dj.dpzzl.mi.R;
|
||||
import com.xiaomi.gamecenter.sdk.MiCommplatform;
|
||||
import com.xiaomi.gamecenter.sdk.OnLoginProcessListener;
|
||||
import com.xiaomi.gamecenter.sdk.entry.MiAccountInfo;
|
||||
@@ -76,7 +76,7 @@ public class ProtocolActivity extends Activity {
|
||||
public void onClick(View view) {
|
||||
Intent intent = new Intent();
|
||||
intent.setAction("android.intent.action.VIEW");
|
||||
intent.setData(Uri.parse("http://aiailearning.com/668899yespri.html"));
|
||||
intent.setData(Uri.parse("http://aiailearning.com/MX789aTT9Ud9wAvi.html"));
|
||||
ProtocolActivity.this.startActivity(intent);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ import com.android.boot.ad.IdentifierTool;
|
||||
import com.android.boot.ad.RewardCallback;
|
||||
import com.android.boot.ad.proxy.RefInvoke;
|
||||
import com.bytedance.sdk.openadsdk.mediation.MediationConstant;
|
||||
import com.dj.kbbqq.mi.R;
|
||||
import com.dj.dpzzl.mi.R;
|
||||
import com.xiaomi.ad.mediation.internal.config.IMediationConfigInitListener;
|
||||
import com.xiaomi.ad.mediation.mimonew.MIMOAdSdkConfig;
|
||||
import com.xiaomi.ad.mediation.mimonew.MiMoNewSdk;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 61 KiB |
@@ -59,7 +59,7 @@
|
||||
<string name="anti_addiction_time_left_new">根据国家规定,%1$d分钟后是未成年禁玩时间段,您将无法继续游戏,请注意休息哦</string>
|
||||
<string name="anti_addiction_tired">累了吧,请合理安排游戏时间</string>
|
||||
<string name="anti_addiction_today_time_left">您今天已经玩了%1$s分钟,根据国家相关规定,%2$d分钟后您将无法继续游戏,请注意休息</string>
|
||||
<string name="app_name">狂奔吧球球</string>
|
||||
<string name="app_name">大碰撞之旅</string>
|
||||
<string name="l1e">com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior</string>
|
||||
<string name="jwg">您当前设备已在防沉迷系统中注册成功,可直接进入游戏。</string>
|
||||
<string name="e_9">确认</string>
|
||||
|
||||
Reference in New Issue
Block a user