狂奔吧球球

This commit is contained in:
unknown
2025-09-05 15:30:28 +08:00
parent 1418745a60
commit c8e49d7b2c
9 changed files with 31 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ dependencies {
}
android {
namespace 'com.dj.slxf.mi'
namespace 'com.dj.kbbqq.mi'
compileSdkVersion 29
buildToolsVersion '30.0.1'
compileOptions {
@@ -23,7 +23,7 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 30
applicationId 'com.dj.slxf.mi'
applicationId 'com.dj.kbbqq.mi'
externalNativeBuild {
cmake {
cppFlags "-std=c++11"
@@ -56,14 +56,14 @@ android {
ndkVersion '21.1.6352462'
MiAdConfig {
banner = "918a708a082d29213662adcf07c50ce4"
interstitial = "a896baf283cedfb20fcd112e89ddb86e"
fullInterstitial = "7529d22238e9b09bf643981b4c4a2aea"
templateA = "19277c09ff09a6488dc73874f033830d"
templateB = "24deeed099000568157cd6d88ef9e4fa"
templateC = "49864d58344cd7a2e6831bb905cd14db"
templateD = "4fbe085325ce4e6cb5951d3590388909"
reward = "384d03f15c7a4155e56a31150177eb95"
banner = "bcd511c535ecc305ae8443d3c70b563f"
interstitial = "dd6f59af288e4a3d5f7f22e0b3b789d7"
fullInterstitial = "d0761b9d3883ed45ba5f84d683dc0881"
templateA = "6b89dc3a6bc52622171daa7e73c2a2a4"
templateB = "c4ad88b956f007dd860ce7b7a153400a"
templateC = "18e00ceb62cc8e9af4907a11f40a741c"
templateD = "9f5a2c3ca6c9c816b3b9ebdff72f1474"
reward = "d868d20d1615277780ae720f202ce140"
}
//测试
// TTAdConfig {
@@ -77,21 +77,21 @@ android {
// }
TTAdConfig {
TTAppID = "5735014"
TTNative = "969875615"
TTBanner = "969875616"
TTReward = "969875618"
TTDrawFeedAd = "969875619"
TTSplashAd = "892504014"
TTFullScreenVideo = "969875617"
TTAppID = "5738608"
TTNative = "970331645"
TTBanner = "970331647"
TTReward = "970331652"
TTDrawFeedAd = "970331653"
TTSplashAd = "892648207"
TTFullScreenVideo = "970331651"
}
GDTAdConfig {
GDTAppId = "1211121560"
GDTRewardId = "3169595527448143"
GDTBannerId = "5119298597441301"
GDTNativeId = "8119497507643262"
GDTAppId = "1211155513"
GDTRewardId = "8280747171480094"
GDTBannerId = "9280441101489115"
GDTNativeId = "9280447141580121"
}
ext {
@@ -100,7 +100,7 @@ android {
ad_strategy = "version4"
gameActivity = "com.unity3d.player.UnityPlayerActivity"
// checkDuplicateXmlAttributes = true
// setPackageName = "com.dj.slxf.mi"
// setPackageName = "com.dj.kbbqq.mi"
// findStr = "com.mm.rzcf.mi"
}
}

View File

@@ -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.slxf.mi"
package="com.dj.kbbqq.mi"
platformBuildVersionCode="31"
platformBuildVersionName="12"
android:compileSdkVersion="31"
@@ -278,10 +278,10 @@
<meta-data
android:name="miGameAppId"
android:value="mi_2882303761520363157" />
android:value="mi_2882303761520400119" />
<meta-data
android:name="miGameAppKey"
android:value="mi_5452036313157" />
android:value="mi_5482040048119" />
<meta-data
android:name="miGameEnhance"
android:value="true" />

View File

@@ -173,7 +173,7 @@ public final class ResourceManagerInternal {
return;
}
this.mHasCheckedVectorDrawableSetup = true;
Drawable drawable = VectorDrawableCompat.create(context.getResources(),com.dj.slxf.mi.R.drawable.float_new_msg_win_line,context.getTheme());
Drawable drawable = VectorDrawableCompat.create(context.getResources(),com.dj.kbbqq.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.");

View File

@@ -4,7 +4,7 @@ import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import com.dj.slxf.mi.R;
import com.dj.kbbqq.mi.R;
import com.unity3d.player.UnityPlayerActivity;
import com.xiaomi.gamecenter.sdk.MiCommplatform;
import com.xiaomi.gamecenter.sdk.OnLoginProcessListener;

View File

@@ -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.slxf.mi.R;
import com.dj.kbbqq.mi.R;
import java.io.IOException;
import okhttp3.OkHttpClient;

View File

@@ -18,7 +18,7 @@ import android.widget.TextView;
import com.android.boot.HealthActivity;
import com.android.boot.Logger;
import com.dj.slxf.mi.R;
import com.dj.kbbqq.mi.R;
import com.xiaomi.gamecenter.sdk.MiCommplatform;
import com.xiaomi.gamecenter.sdk.OnLoginProcessListener;
import com.xiaomi.gamecenter.sdk.entry.MiAccountInfo;

View File

@@ -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.slxf.mi.R;
import com.dj.kbbqq.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: 79 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -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>