升级基础类库
This commit is contained in:
@@ -77,7 +77,7 @@ dependencies {
|
|||||||
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
||||||
//api 'androidx.fragment:fragment:1.1.0'
|
//api 'androidx.fragment:fragment:1.1.0'
|
||||||
|
|
||||||
implementation 'cc.winboll.studio:libaes:15.11.6'
|
implementation 'cc.winboll.studio:libaes:15.11.7'
|
||||||
implementation 'cc.winboll.studio:libappbase:15.11.0'
|
implementation 'cc.winboll.studio:libappbase:15.11.0'
|
||||||
|
|
||||||
//api fileTree(dir: 'libs', include: ['*.aar'])
|
//api fileTree(dir: 'libs', include: ['*.aar'])
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ public class MainActivity extends WinBoLLActivity {
|
|||||||
reloadBackground();
|
reloadBackground();
|
||||||
setBackgroundColor();
|
setBackgroundColor();
|
||||||
if (mADsBannerView != null) {
|
if (mADsBannerView != null) {
|
||||||
mADsBannerView.resumeADs();
|
mADsBannerView.resumeADs(MainActivity.this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// // 修复:优化广告请求逻辑(添加生命周期判断 + 主线程执行)
|
// // 修复:优化广告请求逻辑(添加生命周期判断 + 主线程执行)
|
||||||
|
|||||||
Reference in New Issue
Block a user