V1.0.3(13)改为max
This commit is contained in:
parent
02f5642536
commit
13c464b854
@ -8,7 +8,6 @@ daaea35726ab7cd457ab61d4538fb822
|
|||||||
1be9e72506f3307ce6a9e78d26d65bd0
|
1be9e72506f3307ce6a9e78d26d65bd0
|
||||||
7eac188d3286b05ccbba774f63a2c049
|
7eac188d3286b05ccbba774f63a2c049
|
||||||
4df96d3bc9afd17b812e65e6c6add1ef
|
4df96d3bc9afd17b812e65e6c6add1ef
|
||||||
974322f19d813702ea048d95288d2b8c
|
|
||||||
29015bbfcc182d80e7f75bd2c38e4521
|
29015bbfcc182d80e7f75bd2c38e4521
|
||||||
dd2971b0681141d57b221687791ad1bd
|
dd2971b0681141d57b221687791ad1bd
|
||||||
86a0d598cde251321e21a0da4ab94065
|
86a0d598cde251321e21a0da4ab94065
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
#Sat Oct 12 11:00:37 CST 2024
|
#Thu Oct 17 13:56:53 CST 2024
|
||||||
json=-780482554
|
json=-858388629
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
#Sat Oct 12 11:00:37 CST 2024
|
#Thu Oct 17 13:56:53 CST 2024
|
||||||
|
C8XiiEAUrUDh6nWnlsJz8iEhrTyNLUctJ_xGloqZJHwJINes1b_Md0rTpgbdETXAq9eH5RVsJqqNTILCA2qnbA=i4k2zRVkJrBdZ2AlcVyiG2B1feL1OvMldT2ea5279uyuoGXtC_5uGTbx7Up_JehNT_K0TmZK42hpEAFFwlHLEb
|
||||||
sdk_analysis_plugin_version=5.5.0
|
sdk_analysis_plugin_version=5.5.0
|
||||||
set_multidex=true
|
set_multidex=true
|
||||||
y87o4e7vb5bbqzuGVTFyOIfZiyBG0Nf0Ksq8S3m2MJOHf_A5BcWGJnKuQqoxwxVvtdQdiTC4O3MPzFwy8rJ9Cc=3cUMfTcsZKzlJevxK4IkNysgDAeQA4B5w332p3g8B9ZAgC54WQNZLVxuxnCx4sCHA5StLJnDTAFa68mFTi8rd8
|
y87o4e7vb5bbqzuGVTFyOIfZiyBG0Nf0Ksq8S3m2MJOHf_A5BcWGJnKuQqoxwxVvtdQdiTC4O3MPzFwy8rJ9Cc=3cUMfTcsZKzlJevxK4IkNysgDAeQA4B5w332p3g8B9ZAgC54WQNZLVxuxnCx4sCHA5StLJnDTAFa68mFTi8rd8
|
||||||
|
|||||||
@ -9,7 +9,7 @@ plugins {
|
|||||||
id ("kotlin-kapt")
|
id ("kotlin-kapt")
|
||||||
}
|
}
|
||||||
applovin{
|
applovin{
|
||||||
apiKey = "y87o4e7vb5bbqzuGVTFyOIfZiyBG0Nf0Ksq8S3m2MJOHf_A5BcWGJnKuQqoxwxVvtdQdiTC4O3MPzFwy8rJ9Cc"
|
apiKey = "C8XiiEAUrUDh6nWnlsJz8iEhrTyNLUctJ_xGloqZJHwJINes1b_Md0rTpgbdETXAq9eH5RVsJqqNTILCA2qnbA"
|
||||||
}
|
}
|
||||||
val timestamp = SimpleDateFormat("MM_dd_HH_mm").format(Date())
|
val timestamp = SimpleDateFormat("MM_dd_HH_mm").format(Date())
|
||||||
|
|
||||||
@ -26,8 +26,8 @@ android {
|
|||||||
applicationId = "com.sound.prankparty"
|
applicationId = "com.sound.prankparty"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 10
|
versionCode = 12
|
||||||
versionName = "1.0.2"
|
versionName = "1.0.3"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ public class MainApplication extends Application {
|
|||||||
|
|
||||||
public static final String TAG = "--------------";
|
public static final String TAG = "--------------";
|
||||||
public static final String AD_BROADCAST = "on_success_action";
|
public static final String AD_BROADCAST = "on_success_action";
|
||||||
private static final String MAX_SDK = "Kwbl2wDLdNgp3kE8gk7WW_CCEBAee8xOIUJZQtEdNZX1iwclqFHlbgrUJt_g4zzSHJosSKIN13gv5Lqoe0bPvg";
|
private static final String MAX_SDK = "i4k2zRVkJrBdZ2AlcVyiG2B1feL1OvMldT2ea5279uyuoGXtC_5uGTbx7Up_JehNT_K0TmZK42hpEAFFwlHLEb";
|
||||||
public static Boolean initSDK = false;
|
public static Boolean initSDK = false;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@ import androidx.appcompat.app.AppCompatActivity;
|
|||||||
|
|
||||||
import com.app.wallpaper.max.WelComManager;
|
import com.app.wallpaper.max.WelComManager;
|
||||||
import com.sound.prankparty.databinding.ActivitySplashBinding;
|
import com.sound.prankparty.databinding.ActivitySplashBinding;
|
||||||
|
import com.sound.prankparty.max.MaxManager;
|
||||||
|
|
||||||
import kotlin.Unit;
|
import kotlin.Unit;
|
||||||
import kotlin.jvm.functions.Function0;
|
import kotlin.jvm.functions.Function0;
|
||||||
@ -27,6 +28,8 @@ public class SplashActivity extends AppCompatActivity {
|
|||||||
binding = ActivitySplashBinding.inflate(getLayoutInflater());
|
binding = ActivitySplashBinding.inflate(getLayoutInflater());
|
||||||
setContentView(binding.getRoot());
|
setContentView(binding.getRoot());
|
||||||
|
|
||||||
|
MaxManager.onLoadAd();
|
||||||
|
|
||||||
// 使用 ViewBinding 引用 progressBar
|
// 使用 ViewBinding 引用 progressBar
|
||||||
ProgressBar progressBar = binding.progressBar;
|
ProgressBar progressBar = binding.progressBar;
|
||||||
|
|
||||||
|
|||||||
@ -18,19 +18,16 @@ import java.util.List;
|
|||||||
|
|
||||||
public class MaxManager {
|
public class MaxManager {
|
||||||
/**
|
/**
|
||||||
* Keyboard_inter_1
|
* Prank_int_1
|
||||||
* 7c434fe5706c6992
|
* f7f5224a3b4c20de
|
||||||
* Keyboard_inter_2
|
* Prank_int_2
|
||||||
* 00624c6bceb0316f
|
* 96021e6bfd72b5be
|
||||||
* Keyboard_inter_3
|
* Prank_int_3
|
||||||
* 98d734a39afa4806
|
* e7d98b01f176af15
|
||||||
* Keyboard_inter_4
|
|
||||||
* b034a4f35be23afe
|
|
||||||
*/
|
*/
|
||||||
private static final String one_AD = "7c434fe5706c6992";
|
private static final String one_AD = "f7f5224a3b4c20de";
|
||||||
private static final String two_Ad = "00624c6bceb0316f";
|
private static final String two_Ad = "96021e6bfd72b5be";
|
||||||
private static final String three_ad = "98d734a39afa4806";
|
private static final String three_ad = "e7d98b01f176af15";
|
||||||
private static final String four_ad = "b034a4f35be23afe";
|
|
||||||
|
|
||||||
|
|
||||||
public static final int type_no_cache = 0;
|
public static final int type_no_cache = 0;
|
||||||
@ -56,11 +53,11 @@ public class MaxManager {
|
|||||||
MaxInterstitialAd AdT = new MaxInterstitialAd(two_Ad, MainApplication.getContext());
|
MaxInterstitialAd AdT = new MaxInterstitialAd(two_Ad, MainApplication.getContext());
|
||||||
MaxInterstitialAd AdOne = new MaxInterstitialAd(one_AD, MainApplication.getContext());
|
MaxInterstitialAd AdOne = new MaxInterstitialAd(one_AD, MainApplication.getContext());
|
||||||
MaxInterstitialAd AdThree = new MaxInterstitialAd(three_ad, MainApplication.getContext());
|
MaxInterstitialAd AdThree = new MaxInterstitialAd(three_ad, MainApplication.getContext());
|
||||||
MaxInterstitialAd AdFour = new MaxInterstitialAd(four_ad, MainApplication.getContext());
|
|
||||||
adList.add(AdOne);
|
adList.add(AdOne);
|
||||||
adList.add(AdT);
|
adList.add(AdT);
|
||||||
adList.add(AdThree);
|
adList.add(AdThree);
|
||||||
adList.add(AdFour);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (MaxInterstitialAd ad : adList) {
|
for (MaxInterstitialAd ad : adList) {
|
||||||
@ -132,7 +129,7 @@ public class MaxManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onAdLoadFailed(@NonNull String s, @NonNull MaxError maxError) {
|
public void onAdLoadFailed(@NonNull String s, @NonNull MaxError maxError) {
|
||||||
Log.d(MainApplication.TAG, "-------onAdLoadFailed-----s=" + s+"----maxError="+maxError.getMessage());
|
Log.d(MainApplication.TAG, "-------onAdLoadFailed-----s=" + s + "----maxError=" + maxError.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user