update: 更新导入文件

1.0.12.3
胡宇飞 2024-08-15 11:17:52 +08:00
parent e956b89dd1
commit de10778794
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,6 @@ org.gradle.jvmargs=-Xmx**JVM_HEAP_SIZE**M
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
android.enableR8=**MINIFY_WITH_R_EIGHT**
unityStreamingAssets=**STREAMING_ASSETS**
# Android Resolver Properties Start
android.useAndroidX=true

View File

@ -5,6 +5,7 @@ dependencies {
}
android {
namespace "**NAMESPACE**"
compileSdkVersion **APIVERSION**
buildToolsVersion '**BUILDTOOLS**'
@ -22,6 +23,7 @@ android {
}
versionCode **VERSIONCODE**
versionName '**VERSIONNAME**'
multiDexEnabled true
}
aaptOptions {

View File

@ -143,7 +143,7 @@ namespace Guru
public class GuruSDKInitConfigBuilder
{
private GuruSDKInitConfig _config = new GuruSDKInitConfig();
private readonly GuruSDKInitConfig _config = new GuruSDKInitConfig();
/// <summary>
/// 构建配置