diff --git a/app/build.gradle b/app/build.gradle index 5889132..4e003e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,14 +5,15 @@ apply plugin: 'com.android.application' android { compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger() buildToolsVersion PROP_BUILD_TOOLS_VERSION + assetPacks = [":install-time-asset_pack"] //PAD资源分发 ndkVersion "21.3.6528147" defaultConfig { applicationId "com.cege.games.release" minSdkVersion PROP_MIN_SDK_VERSION targetSdkVersion PROP_TARGET_SDK_VERSION - versionCode 5 - versionName "1.0.5" + versionCode 12 + versionName "1.0.10" ndk{ abiFilters 'armeabi-v7a','arm64-v8a' } @@ -135,4 +136,5 @@ dependencies { implementation 'org.greenrobot:eventbus:3.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.bytedance.ies.ugc.aweme:opensdk-oversea-external:0.2.1.0' + implementation 'com.google.android.play:core:1.10.0' //PAD资源分发 } \ No newline at end of file